Html Css Color HEX #01045D Navy

📋 copy color: '#01045D'

red 1 ◦ green 4 ◦ blue 93

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

Shades of Navy #01045D

Tints of Navy #01045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 94.9%

R = 1.02%
G = 4.08%
B = 94.9%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01045D (or 0x01045D) is known color: Navy. HEX triplet: 01, 04 and 5D. RGB value is (1,4,93). Sum of RGB (Red+Green+Blue) = 1+4+93=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #01045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045D is #FEFBA2. Grayscale: #0C0C0C. Windows color (decimal): -16710563 or 6095873. OLE color: 6095873.

HSL color Cylindrical-coordinate representation of color #01045D: hue angle of 238.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01045D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 4 93 -
CMYK 0.99 0.96 0 0.64
HSL 238.04º 0.98% 0.18% -
HSV(B) 238.04º 0.99% 0.36% -
XYZ 2.03 0.88 10.42 -
YUV 13.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 1 4 93 0.99 0.96 0 0.64 238.04 0.98 0.18
Hex 1 4 5D 63 60 0 40 EE 62 12
Octal 1 4 135 143 140 0 100 356 142 22
Binary 1 100 1011101 1100011 1100000 0 1000000 11101110 1100010 10010

Color Harmonies of #01045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01045D

Black with #01045D

Text Example


Text Example

White with #01045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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