Html Css Color HEX #015F74 Blue Lagoon

📋 copy color: '#015F74'

red 1 ◦ green 95 ◦ blue 116

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

Shades of Blue Lagoon #015F74

Tints of Blue Lagoon #015F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.81%

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

R = 0.47%
G = 44.81%
B = 54.72%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015F74 (or 0x015F74) is known color: Blue Lagoon. HEX triplet: 01, 5F and 74. RGB value is (1,95,116). Sum of RGB (Red+Green+Blue) = 1+95+116=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #015F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F74 is #FEA08B. Grayscale: #454545. Windows color (decimal): -16687244 or 7626497. OLE color: 7626497.

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

Color convert

RGB 1 95 116 -
CMYK 0.99 0.18 0 0.55
HSL 190.96º 0.98% 0.23% -
HSV(B) 190.96º 0.99% 0.45% -
XYZ 7.26 9.45 17.96 -
YUV 69.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 1 95 116 0.99 0.18 0 0.55 190.96 0.98 0.23
Hex 1 5F 74 63 12 0 37 BF 62 17
Octal 1 137 164 143 22 0 67 277 142 27
Binary 1 1011111 1110100 1100011 10010 0 110111 10111111 1100010 10111

Color Harmonies of #015F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F74

Black with #015F74

Text Example


Text Example

White with #015F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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