Html Css Color HEX #016589 Blue Lagoon

📋 copy color: '#016589'

red 1 ◦ green 101 ◦ blue 137

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

Shades of Blue Lagoon #016589

Tints of Blue Lagoon #016589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

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

R = 0.42%
G = 42.26%
B = 57.32%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016589 (or 0x016589) is known color: Blue Lagoon. HEX triplet: 01, 65 and 89. RGB value is (1,101,137). Sum of RGB (Red+Green+Blue) = 1+101+137=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #016589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016589 is #FE9A76. Grayscale: #4A4A4A. Windows color (decimal): -16685687 or 9004289. OLE color: 9004289.

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

Color convert

RGB 1 101 137 -
CMYK 0.99 0.26 0 0.46
HSL 195.88º 0.99% 0.27% -
HSV(B) 195.88º 0.99% 0.54% -
XYZ 9.18 11.12 25.33 -
YUV 75.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 1 101 137 0.99 0.26 0 0.46 195.88 0.99 0.27
Hex 1 65 89 63 1A 0 2E C4 63 1B
Octal 1 145 211 143 32 0 56 304 143 33
Binary 1 1100101 10001001 1100011 11010 0 101110 11000100 1100011 11011

Color Harmonies of #016589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016589

Black with #016589

Text Example


Text Example

White with #016589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016589; }

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

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

background-color css

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

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

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

border-color css

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

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

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