Html Css Color HEX #016389 Blue Lagoon

📋 copy color: '#016389'

red 1 ◦ green 99 ◦ blue 137

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

Shades of Blue Lagoon #016389

Tints of Blue Lagoon #016389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

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

R = 0.42%
G = 41.77%
B = 57.81%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016389 (or 0x016389) is known color: Blue Lagoon. HEX triplet: 01, 63 and 89. RGB value is (1,99,137). Sum of RGB (Red+Green+Blue) = 1+99+137=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #016389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016389 is #FE9C76. Grayscale: #494949. Windows color (decimal): -16686199 or 9003777. OLE color: 9003777.

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

Color convert

RGB 1 99 137 -
CMYK 0.99 0.28 0 0.46
HSL 196.76º 0.99% 0.27% -
HSV(B) 196.76º 0.99% 0.54% -
XYZ 8.99 10.74 25.27 -
YUV 74.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 1 99 137 0.99 0.28 0 0.46 196.76 0.99 0.27
Hex 1 63 89 63 1C 0 2E C5 63 1B
Octal 1 143 211 143 34 0 56 305 143 33
Binary 1 1100011 10001001 1100011 11100 0 101110 11000101 1100011 11011

Color Harmonies of #016389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016389

Black with #016389

Text Example


Text Example

White with #016389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016389; }

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

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

background-color css

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

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

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

border-color css

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

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

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