Html Css Color HEX #01037D Navy

📋 copy color: '#01037D'

red 1 ◦ green 3 ◦ blue 125

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

Shades of Navy #01037D

Tints of Navy #01037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 96.9%

R = 0.78%
G = 2.33%
B = 96.9%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01037D (or 0x01037D) is known color: Navy. HEX triplet: 01, 03 and 7D. RGB value is (1,3,125). Sum of RGB (Red+Green+Blue) = 1+3+125=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 125 (49.22% from 255 or 96.90% from 129); Max value from RGB is 125 - color contains mainly: blue. Hex color #01037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01037D is #FEFC82. Grayscale: #0F0F0F. Windows color (decimal): -16710787 or 8192769. OLE color: 8192769.

HSL color Cylindrical-coordinate representation of color #01037D: hue angle of 239.03º 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 #01037D is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 3 125 -
CMYK 0.99 0.98 0 0.51
HSL 239.03º 0.98% 0.25% -
HSV(B) 239.03º 0.99% 0.49% -
XYZ 3.75 1.55 19.5 -
YUV 16.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 1 3 125 0.99 0.98 0 0.51 239.03 0.98 0.25
Hex 1 3 7D 63 62 0 33 EF 62 19
Octal 1 3 175 143 142 0 63 357 142 31
Binary 1 11 1111101 1100011 1100010 0 110011 11101111 1100010 11001

Color Harmonies of #01037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01037D

Black with #01037D

Text Example


Text Example

White with #01037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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