Html Css Color HEX #016288 Blue Lagoon

📋 copy color: '#016288'

red 1 ◦ green 98 ◦ blue 136

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

Shades of Blue Lagoon #016288

Tints of Blue Lagoon #016288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

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

R = 0.43%
G = 41.7%
B = 57.87%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016288 (or 0x016288) is known color: Blue Lagoon. HEX triplet: 01, 62 and 88. RGB value is (1,98,136). Sum of RGB (Red+Green+Blue) = 1+98+136=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #016288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016288 is #FE9D77. Grayscale: #494949. Windows color (decimal): -16686456 or 8937985. OLE color: 8937985.

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

Color convert

RGB 1 98 136 -
CMYK 0.99 0.28 0 0.47
HSL 196.89º 0.99% 0.27% -
HSV(B) 196.89º 0.99% 0.53% -
XYZ 8.82 10.52 24.86 -
YUV 73.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 1 98 136 0.99 0.28 0 0.47 196.89 0.99 0.27
Hex 1 62 88 63 1C 0 2F C5 63 1B
Octal 1 142 210 143 34 0 57 305 143 33
Binary 1 1100010 10001000 1100011 11100 0 101111 11000101 1100011 11011

Color Harmonies of #016288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016288

Black with #016288

Text Example


Text Example

White with #016288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016288; }

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

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

background-color css

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

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

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

border-color css

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

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

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