Html Css Color HEX #016574 Blue Lagoon

📋 copy color: '#016574'

red 1 ◦ green 101 ◦ blue 116

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

Shades of Blue Lagoon #016574

Tints of Blue Lagoon #016574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

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

R = 0.46%
G = 46.33%
B = 53.21%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016574 (or 0x016574) is known color: Blue Lagoon. HEX triplet: 01, 65 and 74. RGB value is (1,101,116). Sum of RGB (Red+Green+Blue) = 1+101+116=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #016574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016574 is #FE9A8B. Grayscale: #484848. Windows color (decimal): -16685708 or 7628033. OLE color: 7628033.

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

Color convert

RGB 1 101 116 -
CMYK 0.99 0.13 0 0.55
HSL 187.83º 0.98% 0.23% -
HSV(B) 187.83º 0.99% 0.45% -
XYZ 7.82 10.57 18.15 -
YUV 72.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 1 101 116 0.99 0.13 0 0.55 187.83 0.98 0.23
Hex 1 65 74 63 D 0 37 BC 62 17
Octal 1 145 164 143 15 0 67 274 142 27
Binary 1 1100101 1110100 1100011 1101 0 110111 10111100 1100010 10111

Color Harmonies of #016574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016574

Black with #016574

Text Example


Text Example

White with #016574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016574; }

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

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

background-color css

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

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

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

border-color css

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

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

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