#0B6871

Color #0B6871 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0B6871

Tints of Blue Lagoon #0B6871

Color information

#0B6871 (or 0x0B6871) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 68 and 71. RGB value is (11,104,113). Sum of RGB (Red+Green+Blue) = 11+104+113=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B6871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6871 is #F4978E. Grayscale: #4D4D4D. Windows color (decimal): -16029583 or 7432203. OLE color: 7432203.

HSL color Cylindrical-coordinate representation of color #0B6871: hue angle of 185.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6871 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11104113-
CMYK0.900.0800.56
HSL185.29º82.26%24.31%-
HSV(B)185.29º90.27%44.31%-
XYZ8.0711.1617.35-
YUV77.22148.1980.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.82%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=4.82%
G=45.61%
B=49.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111041130.900.0800.56185.2982.2624.31
HexB68715A8038b95218
Octal131501611321007027112230
Binary10111101000111000110110101000011100010111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6871; }

 p { color: rgb(11,104,113); }

 H1.HeaderClassName
 {
   color: #0B6871;
 }
 .AnyTagClassName
 {
   color: #0B6871;
 }
</style>
background-color css

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

 a { background-color: rgb(11,104,113); }

 div.DivClassName
 {
   background-color: #0B6871;
 }
 .BgClassName
 {
   background-color: #0B6871;
 }
</style>
border-color css

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

 span { border-color: rgb(11,104,113); }

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