Html Css Color HEX #016674 Blue Lagoon

📋 copy color: '#016674'

red 1 ◦ green 102 ◦ blue 116

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

Shades of Blue Lagoon #016674

Tints of Blue Lagoon #016674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.58%

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

R = 0.46%
G = 46.58%
B = 52.97%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016674 (or 0x016674) is known color: Blue Lagoon. HEX triplet: 01, 66 and 74. RGB value is (1,102,116). Sum of RGB (Red+Green+Blue) = 1+102+116=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #016674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016674 is #FE998B. Grayscale: #494949. Windows color (decimal): -16685452 or 7628289. OLE color: 7628289.

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

Color convert

RGB 1 102 116 -
CMYK 0.99 0.12 0 0.55
HSL 187.3º 0.98% 0.23% -
HSV(B) 187.3º 0.99% 0.45% -
XYZ 7.92 10.77 18.18 -
YUV 73.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 1 102 116 0.99 0.12 0 0.55 187.3 0.98 0.23
Hex 1 66 74 63 C 0 37 BB 62 17
Octal 1 146 164 143 14 0 67 273 142 27
Binary 1 1100110 1110100 1100011 1100 0 110111 10111011 1100010 10111

Color Harmonies of #016674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016674

Black with #016674

Text Example


Text Example

White with #016674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016674; }

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

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

background-color css

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

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

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

border-color css

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

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

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