#0B576F

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

Shades of Blue Lagoon #0B576F

Tints of Blue Lagoon #0B576F

Color information

#0B576F (or 0x0B576F) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 57 and 6F. RGB value is (11,87,111). Sum of RGB (Red+Green+Blue) = 11+87+111=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B576F is #F4A890. Grayscale: #424242. Windows color (decimal): -16033937 or 7296779. OLE color: 7296779.

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

Color convert

RGB1187111-
CMYK0.900.2200.56
HSL194.4º81.97%23.92%-
HSV(B)194.4º90.09%43.53%-
XYZ6.428.0416.25-
YUV67.01152.8288.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=5.26%
G=41.63%
B=53.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11871110.900.2200.56194.481.9723.92
HexB576F5A16038c25218
Octal131271571322607030212230
Binary101110101111101111101101010110011100011000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,87,111); }

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

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

 a { background-color: rgb(11,87,111); }

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

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

 span { border-color: rgb(11,87,111); }

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