Html Css Color HEX #016074 Blue Lagoon

📋 copy color: '#016074'

red 1 ◦ green 96 ◦ blue 116

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

Shades of Blue Lagoon #016074

Tints of Blue Lagoon #016074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 0.47%
G = 45.07%
B = 54.46%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016074 (or 0x016074) is known color: Blue Lagoon. HEX triplet: 01, 60 and 74. RGB value is (1,96,116). Sum of RGB (Red+Green+Blue) = 1+96+116=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #016074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016074 is #FE9F8B. Grayscale: #454545. Windows color (decimal): -16686988 or 7626753. OLE color: 7626753.

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

Color convert

RGB 1 96 116 -
CMYK 0.99 0.17 0 0.55
HSL 190.43º 0.98% 0.23% -
HSV(B) 190.43º 0.99% 0.45% -
XYZ 7.35 9.63 18 -
YUV 69.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 1 96 116 0.99 0.17 0 0.55 190.43 0.98 0.23
Hex 1 60 74 63 11 0 37 BE 62 17
Octal 1 140 164 143 21 0 67 276 142 27
Binary 1 1100000 1110100 1100011 10001 0 110111 10111110 1100010 10111

Color Harmonies of #016074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016074

Black with #016074

Text Example


Text Example

White with #016074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016074; }

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

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

background-color css

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

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

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

border-color css

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

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

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