Html Css Color HEX #0A0876 Navy

📋 copy color: '#0A0876'

red 10 ◦ green 8 ◦ blue 118

#0A0876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #0A0876

Tints of Navy #0A0876

RGB

 RED value IS 10 (4.3% from 255) = 7.35%

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 7.35%
G = 5.88%
B = 86.76%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0A0876 (or 0x0A0876) is known color: Navy. HEX triplet: 0A, 08 and 76. RGB value is (10,8,118). Sum of RGB (Red+Green+Blue) = 10+8+118=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A0876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0876 is #F5F789. Grayscale: #141414. Windows color (decimal): -16119690 or 7735306. OLE color: 7735306.

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

Color convert

RGB 10 8 118 -
CMYK 0.92 0.93 0 0.54
HSL 241.09º 0.87% 0.25% -
HSV(B) 241.09º 0.93% 0.46% -
XYZ 3.48 1.55 17.25 -
YUV 21.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 10 8 118 0.92 0.93 0 0.54 241.09 0.87 0.25
Hex A 8 76 5C 5D 0 36 F1 57 19
Octal 12 10 166 134 135 0 66 361 127 31
Binary 1010 1000 1110110 1011100 1011101 0 110110 11110001 1010111 11001

Color Harmonies of #0A0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0876

Black with #0A0876

Text Example


Text Example

White with #0A0876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0876;
 }
 .AnyTagClassName
 {
   color: #0A0876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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