Html Css Color HEX #016889 Blue Lagoon

📋 copy color: '#016889'

red 1 ◦ green 104 ◦ blue 137

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

Shades of Blue Lagoon #016889

Tints of Blue Lagoon #016889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 0.41%
G = 42.98%
B = 56.61%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016889 (or 0x016889) is known color: Blue Lagoon. HEX triplet: 01, 68 and 89. RGB value is (1,104,137). Sum of RGB (Red+Green+Blue) = 1+104+137=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #016889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016889 is #FE9776. Grayscale: #4C4C4C. Windows color (decimal): -16684919 or 9005057. OLE color: 9005057.

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

Color convert

RGB 1 104 137 -
CMYK 0.99 0.24 0 0.46
HSL 194.56º 0.99% 0.27% -
HSV(B) 194.56º 0.99% 0.54% -
XYZ 9.48 11.71 25.43 -
YUV 76.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 1 104 137 0.99 0.24 0 0.46 194.56 0.99 0.27
Hex 1 68 89 63 18 0 2E C3 63 1B
Octal 1 150 211 143 30 0 56 303 143 33
Binary 1 1101000 10001001 1100011 11000 0 101110 11000011 1100011 11011

Color Harmonies of #016889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016889

Black with #016889

Text Example


Text Example

White with #016889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016889; }

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

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

background-color css

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

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

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

border-color css

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

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

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