#0B5371

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

Shades of Blue Lagoon #0B5371

Tints of Blue Lagoon #0B5371

Color information

#0B5371 (or 0x0B5371) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 53 and 71. RGB value is (11,83,113). Sum of RGB (Red+Green+Blue) = 11+83+113=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B5371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5371 is #F4AC8E. Grayscale: #404040. Windows color (decimal): -16034959 or 7426827. OLE color: 7426827.

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

Color convert

RGB1183113-
CMYK0.900.2700.56
HSL197.65º82.26%24.31%-
HSV(B)197.65º90.27%44.31%-
XYZ6.217.4516.73-
YUV64.89155.1589.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=5.31%
G=40.10%
B=54.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11831130.900.2700.56197.6582.2624.31
HexB53715A1B038c65218
Octal131231611323307030612230
Binary101110100111110001101101011011011100011000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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