Html Css Color HEX #016088 Blue Lagoon

📋 copy color: '#016088'

red 1 ◦ green 96 ◦ blue 136

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

Shades of Blue Lagoon #016088

Tints of Blue Lagoon #016088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 0.43%
G = 41.2%
B = 58.37%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016088 (or 0x016088) is known color: Blue Lagoon. HEX triplet: 01, 60 and 88. RGB value is (1,96,136). Sum of RGB (Red+Green+Blue) = 1+96+136=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #016088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016088 is #FE9F77. Grayscale: #474747. Windows color (decimal): -16686968 or 8937473. OLE color: 8937473.

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

Color convert

RGB 1 96 136 -
CMYK 0.99 0.29 0 0.47
HSL 197.78º 0.99% 0.27% -
HSV(B) 197.78º 0.99% 0.53% -
XYZ 8.64 10.15 24.8 -
YUV 72.16 164.03 77.25 -
System Red Green Blue C M Y K H S L
Decimal 1 96 136 0.99 0.29 0 0.47 197.78 0.99 0.27
Hex 1 60 88 63 1D 0 2F C6 63 1B
Octal 1 140 210 143 35 0 57 306 143 33
Binary 1 1100000 10001000 1100011 11101 0 101111 11000110 1100011 11011

Color Harmonies of #016088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016088

Black with #016088

Text Example


Text Example

White with #016088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016088; }

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

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

background-color css

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

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

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

border-color css

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

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

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