#0B6773

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

Shades of Blue Lagoon #0B6773

Tints of Blue Lagoon #0B6773

Color information

#0B6773 (or 0x0B6773) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 67 and 73. RGB value is (11,103,115). Sum of RGB (Red+Green+Blue) = 11+103+115=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B6773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6773 is #F4988C. Grayscale: #4C4C4C. Windows color (decimal): -16029837 or 7563019. OLE color: 7563019.

HSL color Cylindrical-coordinate representation of color #0B6773: hue angle of 186.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6773 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11103115-
CMYK0.900.1000.55
HSL186.92º82.54%24.71%-
HSV(B)186.92º90.43%45.1%-
XYZ8.0811.0117.92-
YUV76.86149.5281.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=4.80%
G=44.98%
B=50.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111031150.900.1000.55186.9282.5424.71
HexB67735AA037bb5319
Octal131471631321206727312331
Binary10111100111111001110110101010011011110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,115); }

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

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

 a { background-color: rgb(11,103,115); }

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

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

 span { border-color: rgb(11,103,115); }

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