Html Css Color HEX #016488 Blue Lagoon

📋 copy color: '#016488'

red 1 ◦ green 100 ◦ blue 136

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

Shades of Blue Lagoon #016488

Tints of Blue Lagoon #016488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 0.42%
G = 42.19%
B = 57.38%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016488 (or 0x016488) is known color: Blue Lagoon. HEX triplet: 01, 64 and 88. RGB value is (1,100,136). Sum of RGB (Red+Green+Blue) = 1+100+136=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #016488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016488 is #FE9B77. Grayscale: #4A4A4A. Windows color (decimal): -16685944 or 8938497. OLE color: 8938497.

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

Color convert

RGB 1 100 136 -
CMYK 0.99 0.26 0 0.47
HSL 196º 0.99% 0.27% -
HSV(B) 196º 0.99% 0.53% -
XYZ 9.01 10.9 24.92 -
YUV 74.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 1 100 136 0.99 0.26 0 0.47 196 0.99 0.27
Hex 1 64 88 63 1A 0 2F C4 63 1B
Octal 1 144 210 143 32 0 57 304 143 33
Binary 1 1100100 10001000 1100011 11010 0 101111 11000100 1100011 11011

Color Harmonies of #016488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016488

Black with #016488

Text Example


Text Example

White with #016488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016488; }

 p { color: rgb(1,100,136); }

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

background-color css

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

 a { background-color: rgb(1,100,136); }

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

border-color css

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

 span { border-color: rgb(1,100,136); }

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