#0B526F

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

Shades of Blue Lagoon #0B526F

Tints of Blue Lagoon #0B526F

Color information

#0B526F (or 0x0B526F) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 52 and 6F. RGB value is (11,82,111). Sum of RGB (Red+Green+Blue) = 11+82+111=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B526F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B526F is #F4AD90. Grayscale: #3F3F3F. Windows color (decimal): -16035217 or 7295499. OLE color: 7295499.

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

Color convert

RGB1182111-
CMYK0.900.2600.56
HSL197.4º81.97%23.92%-
HSV(B)197.4º90.09%43.53%-
XYZ6.027.2516.12-
YUV64.08154.4890.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 111 (43.75% from 255) = 54.41%
R=5.39%
G=40.20%
B=54.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11821110.900.2600.56197.481.9723.92
HexB526F5A1A038c55218
Octal131221571323207030512230
Binary101110100101101111101101011010011100011000101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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