Html Css Color HEX #016875 Blue Lagoon

📋 copy color: '#016875'

red 1 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #016875

Tints of Blue Lagoon #016875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.85%

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 0.45%
G = 46.85%
B = 52.7%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016875 (or 0x016875) is known color: Blue Lagoon. HEX triplet: 01, 68 and 75. RGB value is (1,104,117). Sum of RGB (Red+Green+Blue) = 1+104+117=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #016875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016875 is #FE978A. Grayscale: #4A4A4A. Windows color (decimal): -16684939 or 7694337. OLE color: 7694337.

HSL color Cylindrical-coordinate representation of color #016875: hue angle of 186.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016875 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 104 117 -
CMYK 0.99 0.11 0 0.54
HSL 186.72º 0.98% 0.23% -
HSV(B) 186.72º 0.99% 0.46% -
XYZ 8.17 11.19 18.56 -
YUV 74.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 1 104 117 0.99 0.11 0 0.54 186.72 0.98 0.23
Hex 1 68 75 63 B 0 36 BB 62 17
Octal 1 150 165 143 13 0 66 273 142 27
Binary 1 1101000 1110101 1100011 1011 0 110110 10111011 1100010 10111

Color Harmonies of #016875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016875

Black with #016875

Text Example


Text Example

White with #016875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016875; }

 p { color: rgb(1,104,117); }

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

background-color css

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

 a { background-color: rgb(1,104,117); }

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

border-color css

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

 span { border-color: rgb(1,104,117); }

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