Html Css Color HEX #016069 Blue Lagoon

📋 copy color: '#016069'

red 1 ◦ green 96 ◦ blue 105

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

Shades of Blue Lagoon #016069

Tints of Blue Lagoon #016069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 0.5%
G = 47.52%
B = 51.98%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016069 (or 0x016069) is known color: Blue Lagoon. HEX triplet: 01, 60 and 69. RGB value is (1,96,105). Sum of RGB (Red+Green+Blue) = 1+96+105=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #016069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016069 is #FE9F96. Grayscale: #444444. Windows color (decimal): -16686999 or 6905857. OLE color: 6905857.

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

Color convert

RGB 1 96 105 -
CMYK 0.99 0.09 0 0.59
HSL 185.19º 0.98% 0.21% -
HSV(B) 185.19º 0.99% 0.41% -
XYZ 6.75 9.39 14.82 -
YUV 68.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 1 96 105 0.99 0.09 0 0.59 185.19 0.98 0.21
Hex 1 60 69 63 9 0 3B B9 62 15
Octal 1 140 151 143 11 0 73 271 142 25
Binary 1 1100000 1101001 1100011 1001 0 111011 10111001 1100010 10101

Color Harmonies of #016069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016069

Black with #016069

Text Example


Text Example

White with #016069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016069; }

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

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

background-color css

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

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

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

border-color css

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

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

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