Html Css Color HEX #01047D Navy

📋 copy color: '#01047D'

red 1 ◦ green 4 ◦ blue 125

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

Shades of Navy #01047D

Tints of Navy #01047D

RGB

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

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

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

R = 0.77%
G = 3.08%
B = 96.15%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01047D (or 0x01047D) is known color: Navy. HEX triplet: 01, 04 and 7D. RGB value is (1,4,125). Sum of RGB (Red+Green+Blue) = 1+4+125=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 125 (49.22% from 255 or 96.15% from 130); Max value from RGB is 125 - color contains mainly: blue. Hex color #01047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01047D is #FEFB82. Grayscale: #101010. Windows color (decimal): -16710531 or 8193025. OLE color: 8193025.

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

Color convert

RGB 1 4 125 -
CMYK 0.99 0.97 0 0.51
HSL 238.55º 0.98% 0.25% -
HSV(B) 238.55º 0.99% 0.49% -
XYZ 3.76 1.57 19.51 -
YUV 16.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 1 4 125 0.99 0.97 0 0.51 238.55 0.98 0.25
Hex 1 4 7D 63 61 0 33 EF 62 19
Octal 1 4 175 143 141 0 63 357 142 31
Binary 1 100 1111101 1100011 1100001 0 110011 11101111 1100010 11001

Color Harmonies of #01047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01047D

Black with #01047D

Text Example


Text Example

White with #01047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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