#0B6A7B

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

Shades of Blue Lagoon #0B6A7B

Tints of Blue Lagoon #0B6A7B

Color information

#0B6A7B (or 0x0B6A7B) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 6A and 7B. RGB value is (11,106,123). Sum of RGB (Red+Green+Blue) = 11+106+123=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B6A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6A7B is #F49584. Grayscale: #4F4F4F. Windows color (decimal): -16029061 or 8088075. OLE color: 8088075.

HSL color Cylindrical-coordinate representation of color #0B6A7B: hue angle of 189.11º 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 #0B6A7B is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11106123-
CMYK0.910.1400.52
HSL189.11º83.58%26.27%-
HSV(B)189.11º91.06%48.24%-
XYZ8.8711.8120.55-
YUV79.53152.5379.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=4.58%
G=44.17%
B=51.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111061230.910.1400.52189.1183.5826.27
HexB6A7B5BE034bd541a
Octal131521731331606427512432
Binary10111101010111101110110111110011010010111101101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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