#0B6A7D

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

Shades of Blue Lagoon #0B6A7D

Tints of Blue Lagoon #0B6A7D

Color information

#0B6A7D (or 0x0B6A7D) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 6A and 7D. RGB value is (11,106,125). Sum of RGB (Red+Green+Blue) = 11+106+125=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B6A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6A7D is #F49582. Grayscale: #4F4F4F. Windows color (decimal): -16029059 or 8219147. OLE color: 8219147.

HSL color Cylindrical-coordinate representation of color #0B6A7D: hue angle of 190º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6A7D is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11106125-
CMYK0.910.1500.51
HSL190º83.82%26.67%-
HSV(B)190º91.2%49.02%-
XYZ8.9911.8621.22-
YUV79.76153.5378.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.55%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=4.55%
G=43.80%
B=51.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111061250.910.1500.5119083.8226.67
HexB6A7D5BF033be541b
Octal131521751331706327612433
Binary10111101010111110110110111111011001110111110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,106,125); }

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

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

 a { background-color: rgb(11,106,125); }

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

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

 span { border-color: rgb(11,106,125); }

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