Html Css Color HEX #0A0873 Navy

📋 copy color: '#0A0873'

red 10 ◦ green 8 ◦ blue 115

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

Shades of Navy #0A0873

Tints of Navy #0A0873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 86.47%

R = 7.52%
G = 6.02%
B = 86.47%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A0873 (or 0x0A0873) is known color: Navy. HEX triplet: 0A, 08 and 73. RGB value is (10,8,115). Sum of RGB (Red+Green+Blue) = 10+8+115=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A0873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0873 is #F5F78C. Grayscale: #141414. Windows color (decimal): -16119693 or 7538698. OLE color: 7538698.

HSL color Cylindrical-coordinate representation of color #0A0873: hue angle of 241.12º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0873 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 8 115 -
CMYK 0.91 0.93 0 0.55
HSL 241.12º 0.87% 0.24% -
HSV(B) 241.12º 0.93% 0.45% -
XYZ 3.31 1.48 16.33 -
YUV 20.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 10 8 115 0.91 0.93 0 0.55 241.12 0.87 0.24
Hex A 8 73 5B 5D 0 37 F1 57 18
Octal 12 10 163 133 135 0 67 361 127 30
Binary 1010 1000 1110011 1011011 1011101 0 110111 11110001 1010111 11000

Color Harmonies of #0A0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0873

Black with #0A0873

Text Example


Text Example

White with #0A0873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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