Html Css Color HEX #015874 Blue Lagoon

📋 copy color: '#015874'

red 1 ◦ green 88 ◦ blue 116

#015874
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #015874

Tints of Blue Lagoon #015874

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 0.49%
G = 42.93%
B = 56.59%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#015874 (or 0x015874) is known color: Blue Lagoon. HEX triplet: 01, 58 and 74. RGB value is (1,88,116). Sum of RGB (Red+Green+Blue) = 1+88+116=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #015874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015874 is #FEA78B. Grayscale: #404040. Windows color (decimal): -16689036 or 7624705. OLE color: 7624705.

HSL color Cylindrical-coordinate representation of color #015874: hue angle of 194.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015874 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 88 116 -
CMYK 0.99 0.24 0 0.55
HSL 194.61º 0.98% 0.23% -
HSV(B) 194.61º 0.99% 0.45% -
XYZ 6.65 8.25 17.76 -
YUV 65.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 1 88 116 0.99 0.24 0 0.55 194.61 0.98 0.23
Hex 1 58 74 63 18 0 37 C3 62 17
Octal 1 130 164 143 30 0 67 303 142 27
Binary 1 1011000 1110100 1100011 11000 0 110111 11000011 1100010 10111

Color Harmonies of #015874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015874

Black with #015874

Text Example


Text Example

White with #015874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015874; }

 p { color: rgb(1,88,116); }

 H1.HeaderClassName
 {
   color: #015874;
 }
 .AnyTagClassName
 {
   color: #015874;
 }
</style>

background-color css

<style>
 a { background-color: #015874; }

 a { background-color: rgb(1,88,116); }

 div.DivClassName
 {
   background-color: #015874;
 }
 .BgClassName
 {
   background-color: #015874;
 }
</style>

border-color css

<style>
 span { border-color: #015874; }

 span { border-color: rgb(1,88,116); }

 td.TdClassName
 {
   border-color: #015874;
 }
 .TagClassName
 {
   border-color: #015874;
 }
</style>