Html Css Color HEX #016668 Blue Lagoon

📋 copy color: '#016668'

red 1 ◦ green 102 ◦ blue 104

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

Shades of Blue Lagoon #016668

Tints of Blue Lagoon #016668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 0.48%
G = 49.28%
B = 50.24%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016668 (or 0x016668) is known color: Blue Lagoon. HEX triplet: 01, 66 and 68. RGB value is (1,102,104). Sum of RGB (Red+Green+Blue) = 1+102+104=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #016668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016668 is #FE9997. Grayscale: #474747. Windows color (decimal): -16685464 or 6841857. OLE color: 6841857.

HSL color Cylindrical-coordinate representation of color #016668: hue angle of 181.17º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016668 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 102 104 -
CMYK 0.99 0.02 0 0.59
HSL 181.17º 0.98% 0.21% -
HSV(B) 181.17º 0.99% 0.41% -
XYZ 7.26 10.51 14.74 -
YUV 72.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 1 102 104 0.99 0.02 0 0.59 181.17 0.98 0.21
Hex 1 66 68 63 2 0 3B B5 62 15
Octal 1 146 150 143 2 0 73 265 142 25
Binary 1 1100110 1101000 1100011 10 0 111011 10110101 1100010 10101

Color Harmonies of #016668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016668

Black with #016668

Text Example


Text Example

White with #016668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016668; }

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

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

background-color css

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

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

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

border-color css

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

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

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