#0B6C7B

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

Shades of Blue Lagoon #0B6C7B

Tints of Blue Lagoon #0B6C7B

Color information

#0B6C7B (or 0x0B6C7B) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 6C and 7B. RGB value is (11,108,123). Sum of RGB (Red+Green+Blue) = 11+108+123=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B6C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6C7B is #F49384. Grayscale: #505050. Windows color (decimal): -16028549 or 8088587. OLE color: 8088587.

HSL color Cylindrical-coordinate representation of color #0B6C7B: hue angle of 188.04º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6C7B is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11108123-
CMYK0.910.1200.52
HSL188.04º83.58%26.27%-
HSV(B)188.04º91.06%48.24%-
XYZ9.0812.2320.62-
YUV80.71151.8678.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.55%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=4.55%
G=44.63%
B=50.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111081230.910.1200.52188.0483.5826.27
HexB6C7B5BC034bc541a
Octal131541731331406427412432
Binary10111101100111101110110111100011010010111100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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