Html Css Color HEX #010375 Navy

📋 copy color: '#010375'

red 1 ◦ green 3 ◦ blue 117

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

Shades of Navy #010375

Tints of Navy #010375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 0.83%
G = 2.48%
B = 96.69%

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

#010375 (or 0x010375) is known color: Navy. HEX triplet: 01, 03 and 75. RGB value is (1,3,117). Sum of RGB (Red+Green+Blue) = 1+3+117=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 117 (46.09% from 255 or 96.69% from 121); Max value from RGB is 117 - color contains mainly: blue. Hex color #010375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010375 is #FEFC8A. Grayscale: #0E0E0E. Windows color (decimal): -16710795 or 7668481. OLE color: 7668481.

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

Color convert

RGB 1 3 117 -
CMYK 0.99 0.97 0 0.54
HSL 238.97º 0.98% 0.23% -
HSV(B) 238.97º 0.99% 0.46% -
XYZ 3.26 1.36 16.92 -
YUV 15.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 1 3 117 0.99 0.97 0 0.54 238.97 0.98 0.23
Hex 1 3 75 63 61 0 36 EF 62 17
Octal 1 3 165 143 141 0 66 357 142 27
Binary 1 11 1110101 1100011 1100001 0 110110 11101111 1100010 10111

Color Harmonies of #010375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010375

Black with #010375

Text Example


Text Example

White with #010375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010375; }

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

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

background-color css

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

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

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

border-color css

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

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

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