Html Css Color HEX #016987 Blue Lagoon

📋 copy color: '#016987'

red 1 ◦ green 105 ◦ blue 135

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

Shades of Blue Lagoon #016987

Tints of Blue Lagoon #016987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 0.41%
G = 43.57%
B = 56.02%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016987 (or 0x016987) is known color: Blue Lagoon. HEX triplet: 01, 69 and 87. RGB value is (1,105,135). Sum of RGB (Red+Green+Blue) = 1+105+135=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #016987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016987 is #FE9678. Grayscale: #4D4D4D. Windows color (decimal): -16684665 or 8874241. OLE color: 8874241.

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

Color convert

RGB 1 105 135 -
CMYK 0.99 0.22 0 0.47
HSL 193.43º 0.99% 0.27% -
HSV(B) 193.43º 0.99% 0.53% -
XYZ 9.44 11.86 24.71 -
YUV 77.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 1 105 135 0.99 0.22 0 0.47 193.43 0.99 0.27
Hex 1 69 87 63 16 0 2F C1 63 1B
Octal 1 151 207 143 26 0 57 301 143 33
Binary 1 1101001 10000111 1100011 10110 0 101111 11000001 1100011 11011

Color Harmonies of #016987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016987

Black with #016987

Text Example


Text Example

White with #016987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016987; }

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

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

background-color css

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

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

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

border-color css

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

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

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