Html Css Color HEX #016588 Blue Lagoon

📋 copy color: '#016588'

red 1 ◦ green 101 ◦ blue 136

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

Shades of Blue Lagoon #016588

Tints of Blue Lagoon #016588

RGB

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

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

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

R = 0.42%
G = 42.44%
B = 57.14%

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

#016588 (or 0x016588) is known color: Blue Lagoon. HEX triplet: 01, 65 and 88. RGB value is (1,101,136). Sum of RGB (Red+Green+Blue) = 1+101+136=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #016588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016588 is #FE9A77. Grayscale: #4A4A4A. Windows color (decimal): -16685688 or 8938753. OLE color: 8938753.

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

Color convert

RGB 1 101 136 -
CMYK 0.99 0.26 0 0.47
HSL 195.56º 0.99% 0.27% -
HSV(B) 195.56º 0.99% 0.53% -
XYZ 9.11 11.09 24.95 -
YUV 75.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 1 101 136 0.99 0.26 0 0.47 195.56 0.99 0.27
Hex 1 65 88 63 1A 0 2F C4 63 1B
Octal 1 145 210 143 32 0 57 304 143 33
Binary 1 1100101 10001000 1100011 11010 0 101111 11000100 1100011 11011

Color Harmonies of #016588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016588

Black with #016588

Text Example


Text Example

White with #016588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016588; }

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

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

background-color css

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

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

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

border-color css

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

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

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