#0B5968

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

Shades of Blue Lagoon #0B5968

Tints of Blue Lagoon #0B5968

Color information

#0B5968 (or 0x0B5968) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 59 and 68. RGB value is (11,89,104). Sum of RGB (Red+Green+Blue) = 11+89+104=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B5968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5968 is #F4A697. Grayscale: #434343. Windows color (decimal): -16033432 or 6838539. OLE color: 6838539.

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

Color convert

RGB1189104-
CMYK0.890.1400.59
HSL189.68º80.87%22.55%-
HSV(B)189.68º89.42%40.78%-
XYZ6.218.2214.36-
YUV67.39148.6687.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=5.39%
G=43.63%
B=50.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11891040.890.1400.59189.6880.8722.55
HexB596859E03Bbe5117
Octal131311501311607327612127
Binary10111011001110100010110011110011101110111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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