Html Css Color HEX #000A64 Navy

📋 copy color: '#000A64'

red 0 ◦ green 10 ◦ blue 100

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

Shades of Navy #000A64

Tints of Navy #000A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.09%

 BLUE value IS 100 (39.45% from 255) = 90.91%

R = 0%
G = 9.09%
B = 90.91%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#000A64 (or 0x000A64) is known color: Navy. HEX triplet: 00, 0A and 64. RGB value is (0,10,100). Sum of RGB (Red+Green+Blue) = 0+10+100=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 100 (39.45% from 255 or 90.91% from 110); Max value from RGB is 100 - color contains mainly: blue. Hex color #000A64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A64 is #FFF59B. Grayscale: #101010. Windows color (decimal): -16774556 or 6556160. OLE color: 6556160.

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

Color convert

RGB 0 10 100 -
CMYK 1 0.90 0 0.61
HSL 234º 1% 0.2% -
HSV(B) 234º 1% 0.39% -
XYZ 2.41 1.14 12.15 -
YUV 17.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 0 10 100 1 0.90 0 0.61 234 1 0.2
Hex 0 A 64 64 5A 0 3D EA 64 14
Octal 0 12 144 144 132 0 75 352 144 24
Binary 0 1010 1100100 1100100 1011010 0 111101 11101010 1100100 10100

Color Harmonies of #000A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A64

Black with #000A64

Text Example


Text Example

White with #000A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A64; }

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

 H1.HeaderClassName
 {
   color: #000A64;
 }
 .AnyTagClassName
 {
   color: #000A64;
 }
</style>

background-color css

<style>
 a { background-color: #000A64; }

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

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

border-color css

<style>
 span { border-color: #000A64; }

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

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