#0B597B

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

Shades of Blue Lagoon #0B597B

Tints of Blue Lagoon #0B597B

Color information

#0B597B (or 0x0B597B) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 59 and 7B. RGB value is (11,89,123). Sum of RGB (Red+Green+Blue) = 11+89+123=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B597B is #F4A684. Grayscale: #454545. Windows color (decimal): -16033413 or 8083723. OLE color: 8083723.

HSL color Cylindrical-coordinate representation of color #0B597B: hue angle of 198.21º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B597B is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1189123-
CMYK0.910.2800.52
HSL198.21º83.58%26.27%-
HSV(B)198.21º91.06%48.24%-
XYZ7.298.6520.02-
YUV69.55158.1686.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.93%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=4.93%
G=39.91%
B=55.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11891230.910.2800.52198.2183.5826.27
HexB597B5B1C034c6541a
Octal131311731333406430612432
Binary101110110011111011101101111100011010011000110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,89,123); }

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

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

 a { background-color: rgb(11,89,123); }

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

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

 span { border-color: rgb(11,89,123); }

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