#0B666E

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

Shades of Blue Lagoon #0B666E

Tints of Blue Lagoon #0B666E

Color information

#0B666E (or 0x0B666E) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 66 and 6E. RGB value is (11,102,110). Sum of RGB (Red+Green+Blue) = 11+102+110=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B666E is #F49991. Grayscale: #4B4B4B. Windows color (decimal): -16030098 or 7235083. OLE color: 7235083.

HSL color Cylindrical-coordinate representation of color #0B666E: hue angle of 184.85º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B666E is Cyan = 0.9, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB11102110-
CMYK0.90.0700.57
HSL184.85º81.82%23.73%-
HSV(B)184.85º90%43.14%-
XYZ7.710.716.41-
YUV75.7147.3581.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.93%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=4.93%
G=45.74%
B=49.33%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111021100.90.0700.57184.8581.8223.73
HexB666E5A7039b95218
Octal13146156132707127112230
Binary1011110011011011101011010111011100110111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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