#0B626F

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

Shades of Blue Lagoon #0B626F

Tints of Blue Lagoon #0B626F

Color information

#0B626F (or 0x0B626F) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 62 and 6F. RGB value is (11,98,111). Sum of RGB (Red+Green+Blue) = 11+98+111=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B626F is #F49D90. Grayscale: #494949. Windows color (decimal): -16031121 or 7299595. OLE color: 7299595.

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

Color convert

RGB1198111-
CMYK0.900.1200.56
HSL187.8º81.97%23.92%-
HSV(B)187.8º90.09%43.53%-
XYZ7.379.9516.57-
YUV73.47149.1883.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=5%
G=44.55%
B=50.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11981110.900.1200.56187.881.9723.92
HexB626F5AC038bc5218
Octal131421571321407027412230
Binary10111100010110111110110101100011100010111100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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