#0b5b7d

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

Shades of Blue Lagoon #0B5B7D

Tints of Blue Lagoon #0B5B7D

Color information

#0B5B7D (or 0x0B5B7D) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 5B and 7D. RGB value is (11,91,125). Sum of RGB (Red+Green+Blue) = 11+91+125=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B5B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5B7D is #F4A482. Grayscale: #464646. Windows color (decimal): -16032899 or 8215307. OLE color: 8215307.

HSL color Cylindrical-coordinate representation of color #0B5B7D: hue angle of 197.89º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5B7D is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1191125-
CMYK0.910.2700.51
HSL197.89º83.82%26.67%-
HSV(B)197.89º91.2%49.02%-
XYZ7.589.0320.75-
YUV70.96158.585.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=4.85%
G=40.09%
B=55.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11911250.910.2700.51197.8983.8226.67
HexB5B7D5B1B033c6541b
Octal131331751333306330612433
Binary101110110111111101101101111011011001111000110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b5b7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,91,125); }

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

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

 a { background-color: rgb(11,91,125); }

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

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

 span { border-color: rgb(11,91,125); }

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