#0B6171

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

Shades of Blue Lagoon #0B6171

Tints of Blue Lagoon #0B6171

Color information

#0B6171 (or 0x0B6171) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 61 and 71. RGB value is (11,97,113). Sum of RGB (Red+Green+Blue) = 11+97+113=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B6171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6171 is #F49E8E. Grayscale: #484848. Windows color (decimal): -16031375 or 7430411. OLE color: 7430411.

HSL color Cylindrical-coordinate representation of color #0B6171: hue angle of 189.41º 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 #0B6171 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1197113-
CMYK0.900.1400.56
HSL189.41º82.26%24.31%-
HSV(B)189.41º90.27%44.31%-
XYZ7.399.8117.13-
YUV73.11150.5183.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=4.98%
G=43.89%
B=51.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11971130.900.1400.56189.4182.2624.31
HexB61715AE038bd5218
Octal131411611321607027512230
Binary10111100001111000110110101110011100010111101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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