#0B6E7A

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

Shades of Blue Lagoon #0B6E7A

Tints of Blue Lagoon #0B6E7A

Color information

#0B6E7A (or 0x0B6E7A) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 6E and 7A. RGB value is (11,110,122). Sum of RGB (Red+Green+Blue) = 11+110+122=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B6E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E7A is #F49185. Grayscale: #515151. Windows color (decimal): -16028038 or 8023563. OLE color: 8023563.

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

Color convert

RGB11110122-
CMYK0.910.1000.52
HSL186.49º83.46%26.08%-
HSV(B)186.49º90.98%47.84%-
XYZ9.2312.6320.36-
YUV81.77150.777.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=4.53%
G=45.27%
B=50.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111101220.910.1000.52186.4983.4626.08
HexB6E7A5BA034ba531a
Octal131561721331206427212332
Binary10111101110111101010110111010011010010111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,122); }

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

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

 a { background-color: rgb(11,110,122); }

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

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

 span { border-color: rgb(11,110,122); }

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