Html Css Color HEX #0A0473 Navy

📋 copy color: '#0A0473'

red 10 ◦ green 4 ◦ blue 115

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

Shades of Navy #0A0473

Tints of Navy #0A0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 7.75%
G = 3.1%
B = 89.15%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0A0473 (or 0x0A0473) is known color: Navy. HEX triplet: 0A, 04 and 73. RGB value is (10,4,115). Sum of RGB (Red+Green+Blue) = 10+4+115=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A0473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0473 is #F5FB8C. Grayscale: #121212. Windows color (decimal): -16120717 or 7537674. OLE color: 7537674.

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

Color convert

RGB 10 4 115 -
CMYK 0.91 0.97 0 0.55
HSL 243.24º 0.93% 0.23% -
HSV(B) 243.24º 0.97% 0.45% -
XYZ 3.26 1.39 16.32 -
YUV 18.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 10 4 115 0.91 0.97 0 0.55 243.24 0.93 0.23
Hex A 4 73 5B 61 0 37 F3 5D 17
Octal 12 4 163 133 141 0 67 363 135 27
Binary 1010 100 1110011 1011011 1100001 0 110111 11110011 1011101 10111

Color Harmonies of #0A0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0473

Black with #0A0473

Text Example


Text Example

White with #0A0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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