Html Css Color HEX #01047E Navy

📋 copy color: '#01047E'

red 1 ◦ green 4 ◦ blue 126

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

Shades of Navy #01047E

Tints of Navy #01047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 96.18%

R = 0.76%
G = 3.05%
B = 96.18%

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

#01047E (or 0x01047E) is known color: Navy. HEX triplet: 01, 04 and 7E. RGB value is (1,4,126). Sum of RGB (Red+Green+Blue) = 1+4+126=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 126 (49.61% from 255 or 96.18% from 131); Max value from RGB is 126 - color contains mainly: blue. Hex color #01047E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01047E is #FEFB81. Grayscale: #101010. Windows color (decimal): -16710530 or 8258561. OLE color: 8258561.

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

Color convert

RGB 1 4 126 -
CMYK 0.99 0.97 0 0.51
HSL 238.56º 0.98% 0.25% -
HSV(B) 238.56º 0.99% 0.49% -
XYZ 3.82 1.6 19.85 -
YUV 17.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 1 4 126 0.99 0.97 0 0.51 238.56 0.98 0.25
Hex 1 4 7E 63 61 0 33 EF 62 19
Octal 1 4 176 143 141 0 63 357 142 31
Binary 1 100 1111110 1100011 1100001 0 110011 11101111 1100010 11001

Color Harmonies of #01047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01047E

Black with #01047E

Text Example


Text Example

White with #01047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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