#0A6876

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

Shades of Blue Lagoon #0A6876

Tints of Blue Lagoon #0A6876

Color information

#0A6876 (or 0x0A6876) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 68 and 76. RGB value is (10,104,118). Sum of RGB (Red+Green+Blue) = 10+104+118=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A6876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6876 is #F59789. Grayscale: #4D4D4D. Windows color (decimal): -16095114 or 7759882. OLE color: 7759882.

HSL color Cylindrical-coordinate representation of color #0A6876: hue angle of 187.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6876 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10104118-
CMYK0.920.1200.54
HSL187.78º84.38%25.1%-
HSV(B)187.78º91.53%46.27%-
XYZ8.3511.2718.88-
YUV77.49150.8679.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=4.31%
G=44.83%
B=50.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101041180.920.1200.54187.7884.3825.1
HexA68765CC036bc5419
Octal121501661341406627412431
Binary10101101000111011010111001100011011010111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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