Html Css Color HEX #010475 Navy

📋 copy color: '#010475'

red 1 ◦ green 4 ◦ blue 117

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

Shades of Navy #010475

Tints of Navy #010475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 0.82%
G = 3.28%
B = 95.9%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010475 (or 0x010475) is known color: Navy. HEX triplet: 01, 04 and 75. RGB value is (1,4,117). Sum of RGB (Red+Green+Blue) = 1+4+117=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #010475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010475 is #FEFB8A. Grayscale: #0F0F0F. Windows color (decimal): -16710539 or 7668737. OLE color: 7668737.

HSL color Cylindrical-coordinate representation of color #010475: hue angle of 238.45º 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 #010475 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 4 117 -
CMYK 0.99 0.97 0 0.54
HSL 238.45º 0.98% 0.23% -
HSV(B) 238.45º 0.99% 0.46% -
XYZ 3.27 1.38 16.92 -
YUV 15.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 1 4 117 0.99 0.97 0 0.54 238.45 0.98 0.23
Hex 1 4 75 63 61 0 36 EE 62 17
Octal 1 4 165 143 141 0 66 356 142 27
Binary 1 100 1110101 1100011 1100001 0 110110 11101110 1100010 10111

Color Harmonies of #010475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010475

Black with #010475

Text Example


Text Example

White with #010475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010475; }

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

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

background-color css

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

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

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

border-color css

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

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

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