Html Css Color HEX #01047F Navy

📋 copy color: '#01047F'

red 1 ◦ green 4 ◦ blue 127

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

Shades of Navy #01047F

Tints of Navy #01047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 96.21%

R = 0.76%
G = 3.03%
B = 96.21%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01047F (or 0x01047F) is known color: Navy. HEX triplet: 01, 04 and 7F. RGB value is (1,4,127). Sum of RGB (Red+Green+Blue) = 1+4+127=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 127 (50% from 255 or 96.21% from 132); Max value from RGB is 127 - color contains mainly: blue. Hex color #01047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01047F is #FEFB80. Grayscale: #101010. Windows color (decimal): -16710529 or 8324097. OLE color: 8324097.

HSL color Cylindrical-coordinate representation of color #01047F: hue angle of 238.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01047F is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 4 127 -
CMYK 0.99 0.97 0 0.50
HSL 238.57º 0.98% 0.25% -
HSV(B) 238.57º 0.99% 0.5% -
XYZ 3.89 1.63 20.19 -
YUV 17.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 1 4 127 0.99 0.97 0 0.50 238.57 0.98 0.25
Hex 1 4 7F 63 61 0 32 EF 62 19
Octal 1 4 177 143 141 0 62 357 142 31
Binary 1 100 1111111 1100011 1100001 0 110010 11101111 1100010 11001

Color Harmonies of #01047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01047F

Black with #01047F

Text Example


Text Example

White with #01047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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