Html Css Color HEX #0A0063 Navy

📋 copy color: '#0A0063'

red 10 ◦ green 0 ◦ blue 99

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

Shades of Navy #0A0063

Tints of Navy #0A0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 90.83%

R = 9.17%
G = 0%
B = 90.83%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0A0063 (or 0x0A0063) is known color: Navy. HEX triplet: 0A, 00 and 63. RGB value is (10,0,99). Sum of RGB (Red+Green+Blue) = 10+0+99=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0063 is #F5FF9C. Grayscale: #0D0D0D. Windows color (decimal): -16121757 or 6488074. OLE color: 6488074.

HSL color Cylindrical-coordinate representation of color #0A0063: hue angle of 246.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0063 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 0 99 -
CMYK 0.90 1 0 0.61
HSL 246.06º 1% 0.19% -
HSV(B) 246.06º 1% 0.39% -
XYZ 2.38 0.97 11.87 -
YUV 14.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 10 0 99 0.90 1 0 0.61 246.06 1 0.19
Hex A 0 63 5A 64 0 3D F6 64 13
Octal 12 0 143 132 144 0 75 366 144 23
Binary 1010 0 1100011 1011010 1100100 0 111101 11110110 1100100 10011

Color Harmonies of #0A0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0063

Black with #0A0063

Text Example


Text Example

White with #0A0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,99); }

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

background-color css

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

 a { background-color: rgb(10,0,99); }

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

border-color css

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

 span { border-color: rgb(10,0,99); }

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