#0B587A

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

Shades of Blue Lagoon #0B587A

Tints of Blue Lagoon #0B587A

Color information

#0B587A (or 0x0B587A) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 58 and 7A. RGB value is (11,88,122). Sum of RGB (Red+Green+Blue) = 11+88+122=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B587A is #F4A785. Grayscale: #444444. Windows color (decimal): -16033670 or 8017931. OLE color: 8017931.

HSL color Cylindrical-coordinate representation of color #0B587A: hue angle of 198.38º degrees, saturation: 0.83, 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 #0B587A is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1188122-
CMYK0.910.2800.52
HSL198.38º83.46%26.08%-
HSV(B)198.38º90.98%47.84%-
XYZ7.148.4619.67-
YUV68.85157.9986.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=4.98%
G=39.82%
B=55.20%

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
Decimal11881220.910.2800.52198.3883.4626.08
HexB587A5B1C034c6531a
Octal131301721333406430612332
Binary101110110001111010101101111100011010011000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,88,122); }

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

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

 a { background-color: rgb(11,88,122); }

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

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

 span { border-color: rgb(11,88,122); }

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