Html Css Color HEX #016988 Blue Lagoon

📋 copy color: '#016988'

red 1 ◦ green 105 ◦ blue 136

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

Shades of Blue Lagoon #016988

Tints of Blue Lagoon #016988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

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

R = 0.41%
G = 43.39%
B = 56.2%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016988 (or 0x016988) is known color: Blue Lagoon. HEX triplet: 01, 69 and 88. RGB value is (1,105,136). Sum of RGB (Red+Green+Blue) = 1+105+136=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #016988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016988 is #FE9677. Grayscale: #4D4D4D. Windows color (decimal): -16684664 or 8939777. OLE color: 8939777.

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

Color convert

RGB 1 105 136 -
CMYK 0.99 0.23 0 0.47
HSL 193.78º 0.99% 0.27% -
HSV(B) 193.78º 0.99% 0.53% -
XYZ 9.51 11.89 25.09 -
YUV 77.44 161.04 73.48 -
System Red Green Blue C M Y K H S L
Decimal 1 105 136 0.99 0.23 0 0.47 193.78 0.99 0.27
Hex 1 69 88 63 17 0 2F C2 63 1B
Octal 1 151 210 143 27 0 57 302 143 33
Binary 1 1101001 10001000 1100011 10111 0 101111 11000010 1100011 11011

Color Harmonies of #016988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016988

Black with #016988

Text Example


Text Example

White with #016988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016988; }

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

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

background-color css

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

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

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

border-color css

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

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

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