#0B626C

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

Shades of Blue Lagoon #0B626C

Tints of Blue Lagoon #0B626C

Color information

#0B626C (or 0x0B626C) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 62 and 6C. RGB value is (11,98,108). Sum of RGB (Red+Green+Blue) = 11+98+108=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B626C is #F49D93. Grayscale: #494949. Windows color (decimal): -16031124 or 7102987. OLE color: 7102987.

HSL color Cylindrical-coordinate representation of color #0B626C: hue angle of 186.19º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B626C is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1198108-
CMYK0.900.0900.58
HSL186.19º81.51%23.33%-
HSV(B)186.19º89.81%42.35%-
XYZ7.219.8915.72-
YUV73.13147.6883.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=5.07%
G=45.16%
B=49.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11981080.900.0900.58186.1981.5123.33
HexB626C5A903Aba5217
Octal131421541321107227212227
Binary10111100010110110010110101001011101010111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,98,108); }

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

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

 a { background-color: rgb(11,98,108); }

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

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

 span { border-color: rgb(11,98,108); }

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