Html Css Color HEX #010A74 Navy

📋 copy color: '#010A74'

red 1 ◦ green 10 ◦ blue 116

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

Shades of Navy #010A74

Tints of Navy #010A74

RGB

 RED value IS 1 (0.78% from 255) = 0.79%

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

 BLUE value IS 116 (45.7% from 255) = 91.34%

R = 0.79%
G = 7.87%
B = 91.34%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010A74 (or 0x010A74) is known color: Navy. HEX triplet: 01, 0A and 74. RGB value is (1,10,116). Sum of RGB (Red+Green+Blue) = 1+10+116=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 116 (45.70% from 255 or 91.34% from 127); Max value from RGB is 116 - color contains mainly: blue. Hex color #010A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A74 is #FEF58B. Grayscale: #121212. Windows color (decimal): -16709004 or 7604737. OLE color: 7604737.

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

Color convert

RGB 1 10 116 -
CMYK 0.99 0.91 0 0.55
HSL 235.3º 0.98% 0.23% -
HSV(B) 235.3º 0.99% 0.45% -
XYZ 3.27 1.48 16.64 -
YUV 19.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 1 10 116 0.99 0.91 0 0.55 235.3 0.98 0.23
Hex 1 A 74 63 5B 0 37 EB 62 17
Octal 1 12 164 143 133 0 67 353 142 27
Binary 1 1010 1110100 1100011 1011011 0 110111 11101011 1100010 10111

Color Harmonies of #010A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A74

Black with #010A74

Text Example


Text Example

White with #010A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A74; }

 p { color: rgb(1,10,116); }

 H1.HeaderClassName
 {
   color: #010A74;
 }
 .AnyTagClassName
 {
   color: #010A74;
 }
</style>

background-color css

<style>
 a { background-color: #010A74; }

 a { background-color: rgb(1,10,116); }

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

border-color css

<style>
 span { border-color: #010A74; }

 span { border-color: rgb(1,10,116); }

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