Html Css Color HEX #01046D Navy

📋 copy color: '#01046D'

red 1 ◦ green 4 ◦ blue 109

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

Shades of Navy #01046D

Tints of Navy #01046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 95.61%

R = 0.88%
G = 3.51%
B = 95.61%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01046D (or 0x01046D) is known color: Navy. HEX triplet: 01, 04 and 6D. RGB value is (1,4,109). Sum of RGB (Red+Green+Blue) = 1+4+109=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #01046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046D is #FEFB92. Grayscale: #0E0E0E. Windows color (decimal): -16710547 or 7144449. OLE color: 7144449.

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

Color convert

RGB 1 4 109 -
CMYK 0.99 0.96 0 0.57
HSL 238.33º 0.98% 0.22% -
HSV(B) 238.33º 0.99% 0.43% -
XYZ 2.82 1.2 14.55 -
YUV 15.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 1 4 109 0.99 0.96 0 0.57 238.33 0.98 0.22
Hex 1 4 6D 63 60 0 39 EE 62 16
Octal 1 4 155 143 140 0 71 356 142 26
Binary 1 100 1101101 1100011 1100000 0 111001 11101110 1100010 10110

Color Harmonies of #01046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01046D

Black with #01046D

Text Example


Text Example

White with #01046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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