Html Css Color HEX #01046A Navy

📋 copy color: '#01046A'

red 1 ◦ green 4 ◦ blue 106

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

Shades of Navy #01046A

Tints of Navy #01046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 95.5%

R = 0.9%
G = 3.6%
B = 95.5%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01046A (or 0x01046A) is known color: Navy. HEX triplet: 01, 04 and 6A. RGB value is (1,4,106). Sum of RGB (Red+Green+Blue) = 1+4+106=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 106 (41.80% from 255 or 95.50% from 111); Max value from RGB is 106 - color contains mainly: blue. Hex color #01046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046A is #FEFB95. Grayscale: #0E0E0E. Windows color (decimal): -16710550 or 6947841. OLE color: 6947841.

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

Color convert

RGB 1 4 106 -
CMYK 0.99 0.96 0 0.58
HSL 238.29º 0.98% 0.21% -
HSV(B) 238.29º 0.99% 0.42% -
XYZ 2.66 1.13 13.71 -
YUV 14.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 1 4 106 0.99 0.96 0 0.58 238.29 0.98 0.21
Hex 1 4 6A 63 60 0 3A EE 62 15
Octal 1 4 152 143 140 0 72 356 142 25
Binary 1 100 1101010 1100011 1100000 0 111010 11101110 1100010 10101

Color Harmonies of #01046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01046A

Black with #01046A

Text Example


Text Example

White with #01046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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