#0B616D

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

Shades of Blue Lagoon #0B616D

Tints of Blue Lagoon #0B616D

Color information

#0B616D (or 0x0B616D) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 61 and 6D. RGB value is (11,97,109). Sum of RGB (Red+Green+Blue) = 11+97+109=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B616D is #F49E92. Grayscale: #484848. Windows color (decimal): -16031379 or 7168267. OLE color: 7168267.

HSL color Cylindrical-coordinate representation of color #0B616D: hue angle of 187.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B616D is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1197109-
CMYK0.900.1100.57
HSL187.35º81.67%23.53%-
HSV(B)187.35º89.91%42.75%-
XYZ7.179.7215.97-
YUV72.65148.5184.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=5.07%
G=44.70%
B=50.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11971090.900.1100.57187.3581.6723.53
HexB616D5AB039bb5218
Octal131411551321307127312230
Binary10111100001110110110110101011011100110111011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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