#0B5561

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

Shades of Blue Lagoon #0B5561

Tints of Blue Lagoon #0B5561

Color information

#0B5561 (or 0x0B5561) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 55 and 61. RGB value is (11,85,97). Sum of RGB (Red+Green+Blue) = 11+85+97=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B5561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5561 is #F4AA9E. Grayscale: #404040. Windows color (decimal): -16034463 or 6378763. OLE color: 6378763.

HSL color Cylindrical-coordinate representation of color #0B5561: hue angle of 188.37º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5561 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB118597-
CMYK0.890.1200.62
HSL188.37º79.63%21.18%-
HSV(B)188.37º88.66%38.04%-
XYZ5.547.4312.45-
YUV64.24146.4890.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=5.70%
G=44.04%
B=50.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1185970.890.1200.62188.3779.6321.18
HexB556159C03Ebc5015
Octal131251411311407627412025
Binary10111010101110000110110011100011111010111100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,97); }

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

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

 a { background-color: rgb(11,85,97); }

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

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

 span { border-color: rgb(11,85,97); }

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