Html Css Color HEX #016374 Blue Lagoon

📋 copy color: '#016374'

red 1 ◦ green 99 ◦ blue 116

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

Shades of Blue Lagoon #016374

Tints of Blue Lagoon #016374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.83%

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

R = 0.46%
G = 45.83%
B = 53.7%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016374 (or 0x016374) is known color: Blue Lagoon. HEX triplet: 01, 63 and 74. RGB value is (1,99,116). Sum of RGB (Red+Green+Blue) = 1+99+116=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #016374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016374 is #FE9C8B. Grayscale: #474747. Windows color (decimal): -16686220 or 7627521. OLE color: 7627521.

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

Color convert

RGB 1 99 116 -
CMYK 0.99 0.15 0 0.55
HSL 188.87º 0.98% 0.23% -
HSV(B) 188.87º 0.99% 0.45% -
XYZ 7.63 10.19 18.09 -
YUV 71.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 1 99 116 0.99 0.15 0 0.55 188.87 0.98 0.23
Hex 1 63 74 63 F 0 37 BD 62 17
Octal 1 143 164 143 17 0 67 275 142 27
Binary 1 1100011 1110100 1100011 1111 0 110111 10111101 1100010 10111

Color Harmonies of #016374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016374

Black with #016374

Text Example


Text Example

White with #016374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016374; }

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

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

background-color css

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

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

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

border-color css

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

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

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