#0B6271

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

Shades of Blue Lagoon #0B6271

Tints of Blue Lagoon #0B6271

Color information

#0B6271 (or 0x0B6271) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 62 and 71. RGB value is (11,98,113). Sum of RGB (Red+Green+Blue) = 11+98+113=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B6271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6271 is #F49D8E. Grayscale: #494949. Windows color (decimal): -16031119 or 7430667. OLE color: 7430667.

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

Color convert

RGB1198113-
CMYK0.900.1300.56
HSL188.82º82.26%24.31%-
HSV(B)188.82º90.27%44.31%-
XYZ7.491017.16-
YUV73.7150.1883.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=4.95%
G=44.14%
B=50.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11981130.900.1300.56188.8282.2624.31
HexB62715AD038bd5218
Octal131421611321507027512230
Binary10111100010111000110110101101011100010111101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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