#0B5869

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

Shades of Blue Lagoon #0B5869

Tints of Blue Lagoon #0B5869

Color information

#0B5869 (or 0x0B5869) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 58 and 69. RGB value is (11,88,105). Sum of RGB (Red+Green+Blue) = 11+88+105=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B5869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5869 is #F4A796. Grayscale: #424242. Windows color (decimal): -16033687 or 6903819. OLE color: 6903819.

HSL color Cylindrical-coordinate representation of color #0B5869: hue angle of 190.85º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5869 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1188105-
CMYK0.900.1600.59
HSL190.85º81.03%22.75%-
HSV(B)190.85º89.52%41.18%-
XYZ6.188.0714.6-
YUV66.92149.4988.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=5.39%
G=43.14%
B=51.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11881050.900.1600.59190.8581.0322.75
HexB58695A1003Bbf5117
Octal131301511322007327712127
Binary101110110001101001101101010000011101110111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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