Html Css Color HEX #015974 Blue Lagoon

📋 copy color: '#015974'

red 1 ◦ green 89 ◦ blue 116

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

Shades of Blue Lagoon #015974

Tints of Blue Lagoon #015974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

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

R = 0.49%
G = 43.2%
B = 56.31%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015974 (or 0x015974) is known color: Blue Lagoon. HEX triplet: 01, 59 and 74. RGB value is (1,89,116). Sum of RGB (Red+Green+Blue) = 1+89+116=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #015974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015974 is #FEA68B. Grayscale: #414141. Windows color (decimal): -16688780 or 7624961. OLE color: 7624961.

HSL color Cylindrical-coordinate representation of color #015974: hue angle of 194.09º 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 #015974 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 89 116 -
CMYK 0.99 0.23 0 0.55
HSL 194.09º 0.98% 0.23% -
HSV(B) 194.09º 0.99% 0.45% -
XYZ 6.74 8.41 17.79 -
YUV 65.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 1 89 116 0.99 0.23 0 0.55 194.09 0.98 0.23
Hex 1 59 74 63 17 0 37 C2 62 17
Octal 1 131 164 143 27 0 67 302 142 27
Binary 1 1011001 1110100 1100011 10111 0 110111 11000010 1100010 10111

Color Harmonies of #015974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015974

Black with #015974

Text Example


Text Example

White with #015974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015974; }

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

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

background-color css

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

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

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

border-color css

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

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

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