Html Css Color HEX #01046C Navy

📋 copy color: '#01046C'

red 1 ◦ green 4 ◦ blue 108

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

Shades of Navy #01046C

Tints of Navy #01046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 95.58%

R = 0.88%
G = 3.54%
B = 95.58%

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

#01046C (or 0x01046C) is known color: Navy. HEX triplet: 01, 04 and 6C. RGB value is (1,4,108). Sum of RGB (Red+Green+Blue) = 1+4+108=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 108 (42.58% from 255 or 95.58% from 113); Max value from RGB is 108 - color contains mainly: blue. Hex color #01046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046C is #FEFB93. Grayscale: #0E0E0E. Windows color (decimal): -16710548 or 7078913. OLE color: 7078913.

HSL color Cylindrical-coordinate representation of color #01046C: hue angle of 238.32º 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 #01046C is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 4 108 -
CMYK 0.99 0.96 0 0.58
HSL 238.32º 0.98% 0.21% -
HSV(B) 238.32º 0.99% 0.42% -
XYZ 2.76 1.18 14.27 -
YUV 14.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 1 4 108 0.99 0.96 0 0.58 238.32 0.98 0.21
Hex 1 4 6C 63 60 0 3A EE 62 15
Octal 1 4 154 143 140 0 72 356 142 25
Binary 1 100 1101100 1100011 1100000 0 111010 11101110 1100010 10101

Color Harmonies of #01046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01046C

Black with #01046C

Text Example


Text Example

White with #01046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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