Html Css Color HEX #010A75 Navy

📋 copy color: '#010A75'

red 1 ◦ green 10 ◦ blue 117

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

Shades of Navy #010A75

Tints of Navy #010A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 91.41%

R = 0.78%
G = 7.81%
B = 91.41%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010A75 (or 0x010A75) is known color: Navy. HEX triplet: 01, 0A and 75. RGB value is (1,10,117). Sum of RGB (Red+Green+Blue) = 1+10+117=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 117 (46.09% from 255 or 91.41% from 128); Max value from RGB is 117 - color contains mainly: blue. Hex color #010A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A75 is #FEF58A. Grayscale: #131313. Windows color (decimal): -16709003 or 7670273. OLE color: 7670273.

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

Color convert

RGB 1 10 117 -
CMYK 0.99 0.91 0 0.54
HSL 235.34º 0.98% 0.23% -
HSV(B) 235.34º 0.99% 0.46% -
XYZ 3.33 1.51 16.95 -
YUV 19.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 1 10 117 0.99 0.91 0 0.54 235.34 0.98 0.23
Hex 1 A 75 63 5B 0 36 EB 62 17
Octal 1 12 165 143 133 0 66 353 142 27
Binary 1 1010 1110101 1100011 1011011 0 110110 11101011 1100010 10111

Color Harmonies of #010A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A75

Black with #010A75

Text Example


Text Example

White with #010A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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