Html Css Color HEX #016188 Blue Lagoon

📋 copy color: '#016188'

red 1 ◦ green 97 ◦ blue 136

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

Shades of Blue Lagoon #016188

Tints of Blue Lagoon #016188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 0.43%
G = 41.45%
B = 58.12%

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

#016188 (or 0x016188) is known color: Blue Lagoon. HEX triplet: 01, 61 and 88. RGB value is (1,97,136). Sum of RGB (Red+Green+Blue) = 1+97+136=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #016188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016188 is #FE9E77. Grayscale: #484848. Windows color (decimal): -16686712 or 8937729. OLE color: 8937729.

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

Color convert

RGB 1 97 136 -
CMYK 0.99 0.29 0 0.47
HSL 197.33º 0.99% 0.27% -
HSV(B) 197.33º 0.99% 0.53% -
XYZ 8.73 10.33 24.83 -
YUV 72.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 1 97 136 0.99 0.29 0 0.47 197.33 0.99 0.27
Hex 1 61 88 63 1D 0 2F C5 63 1B
Octal 1 141 210 143 35 0 57 305 143 33
Binary 1 1100001 10001000 1100011 11101 0 101111 11000101 1100011 11011

Color Harmonies of #016188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016188

Black with #016188

Text Example


Text Example

White with #016188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016188; }

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

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

background-color css

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

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

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

border-color css

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

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

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