#0A6879

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

Shades of Blue Lagoon #0A6879

Tints of Blue Lagoon #0A6879

Color information

#0A6879 (or 0x0A6879) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 68 and 79. RGB value is (10,104,121). Sum of RGB (Red+Green+Blue) = 10+104+121=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A6879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6879 is #F59786. Grayscale: #4D4D4D. Windows color (decimal): -16095111 or 7956490. OLE color: 7956490.

HSL color Cylindrical-coordinate representation of color #0A6879: hue angle of 189.19º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6879 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10104121-
CMYK0.920.1400.53
HSL189.19º84.73%25.69%-
HSV(B)189.19º91.74%47.45%-
XYZ8.5311.3519.83-
YUV77.83152.3679.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=4.26%
G=44.26%
B=51.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101041210.920.1400.53189.1984.7325.69
HexA68795CE035bd551a
Octal121501711341606527512532
Binary10101101000111100110111001110011010110111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,121); }

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

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

 a { background-color: rgb(10,104,121); }

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

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

 span { border-color: rgb(10,104,121); }

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