Html Css Color HEX #016989 Blue Lagoon

📋 copy color: '#016989'

red 1 ◦ green 105 ◦ blue 137

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

Shades of Blue Lagoon #016989

Tints of Blue Lagoon #016989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

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

R = 0.41%
G = 43.21%
B = 56.38%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016989 (or 0x016989) is known color: Blue Lagoon. HEX triplet: 01, 69 and 89. RGB value is (1,105,137). Sum of RGB (Red+Green+Blue) = 1+105+137=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #016989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016989 is #FE9676. Grayscale: #4D4D4D. Windows color (decimal): -16684663 or 9005313. OLE color: 9005313.

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

Color convert

RGB 1 105 137 -
CMYK 0.99 0.23 0 0.46
HSL 194.12º 0.99% 0.27% -
HSV(B) 194.12º 0.99% 0.54% -
XYZ 9.58 11.92 25.46 -
YUV 77.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 1 105 137 0.99 0.23 0 0.46 194.12 0.99 0.27
Hex 1 69 89 63 17 0 2E C2 63 1B
Octal 1 151 211 143 27 0 56 302 143 33
Binary 1 1101001 10001001 1100011 10111 0 101110 11000010 1100011 11011

Color Harmonies of #016989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016989

Black with #016989

Text Example


Text Example

White with #016989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016989; }

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

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

background-color css

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

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

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

border-color css

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

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

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