Html Css Color HEX #016869 Blue Lagoon

📋 copy color: '#016869'

red 1 ◦ green 104 ◦ blue 105

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

Shades of Blue Lagoon #016869

Tints of Blue Lagoon #016869

RGB

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

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

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

R = 0.48%
G = 49.52%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016869 (or 0x016869) is known color: Blue Lagoon. HEX triplet: 01, 68 and 69. RGB value is (1,104,105). Sum of RGB (Red+Green+Blue) = 1+104+105=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #016869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016869 is #FE9796. Grayscale: #494949. Windows color (decimal): -16684951 or 6907905. OLE color: 6907905.

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

Color convert

RGB 1 104 105 -
CMYK 0.99 0.01 0 0.59
HSL 180.58º 0.98% 0.21% -
HSV(B) 180.58º 0.99% 0.41% -
XYZ 7.51 10.93 15.08 -
YUV 73.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 1 104 105 0.99 0.01 0 0.59 180.58 0.98 0.21
Hex 1 68 69 63 1 0 3B B5 62 15
Octal 1 150 151 143 1 0 73 265 142 25
Binary 1 1101000 1101001 1100011 1 0 111011 10110101 1100010 10101

Color Harmonies of #016869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016869

Black with #016869

Text Example


Text Example

White with #016869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016869; }

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

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

background-color css

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

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

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

border-color css

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

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

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