Html Css Color HEX #010A7E Navy

📋 copy color: '#010A7E'

red 1 ◦ green 10 ◦ blue 126

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

Shades of Navy #010A7E

Tints of Navy #010A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 91.97%

R = 0.73%
G = 7.3%
B = 91.97%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#010A7E (or 0x010A7E) is known color: Navy. HEX triplet: 01, 0A and 7E. RGB value is (1,10,126). Sum of RGB (Red+Green+Blue) = 1+10+126=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 126 (49.61% from 255 or 91.97% from 137); Max value from RGB is 126 - color contains mainly: blue. Hex color #010A7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A7E is #FEF581. Grayscale: #141414. Windows color (decimal): -16708994 or 8260097. OLE color: 8260097.

HSL color Cylindrical-coordinate representation of color #010A7E: hue angle of 235.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A7E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 10 126 -
CMYK 0.99 0.92 0 0.51
HSL 235.68º 0.98% 0.25% -
HSV(B) 235.68º 0.99% 0.49% -
XYZ 3.89 1.73 19.87 -
YUV 20.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 1 10 126 0.99 0.92 0 0.51 235.68 0.98 0.25
Hex 1 A 7E 63 5C 0 33 EC 62 19
Octal 1 12 176 143 134 0 63 354 142 31
Binary 1 1010 1111110 1100011 1011100 0 110011 11101100 1100010 11001

Color Harmonies of #010A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A7E

Black with #010A7E

Text Example


Text Example

White with #010A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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