Html Css Color HEX #040163 Navy

📋 copy color: '#040163'

red 4 ◦ green 1 ◦ blue 99

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

Shades of Navy #040163

Tints of Navy #040163

RGB

 RED value IS 4 (1.95% from 255) = 3.85%

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 99 (39.06% from 255) = 95.19%

R = 3.85%
G = 0.96%
B = 95.19%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#040163 (or 0x040163) is known color: Navy. HEX triplet: 04, 01 and 63. RGB value is (4,1,99). Sum of RGB (Red+Green+Blue) = 4+1+99=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 99 (39.06% from 255 or 95.19% from 104); Max value from RGB is 99 - color contains mainly: blue. Hex color #040163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040163 is #FBFE9C. Grayscale: #0C0C0C. Windows color (decimal): -16514717 or 6488324. OLE color: 6488324.

HSL color Cylindrical-coordinate representation of color #040163: hue angle of 241.84º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040163 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 1 99 -
CMYK 0.96 0.99 0 0.61
HSL 241.84º 0.98% 0.2% -
HSV(B) 241.84º 0.99% 0.39% -
XYZ 2.31 0.95 11.87 -
YUV 13.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 4 1 99 0.96 0.99 0 0.61 241.84 0.98 0.2
Hex 4 1 63 60 63 0 3D F2 62 14
Octal 4 1 143 140 143 0 75 362 142 24
Binary 100 1 1100011 1100000 1100011 0 111101 11110010 1100010 10100

Color Harmonies of #040163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040163

Black with #040163

Text Example


Text Example

White with #040163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040163; }

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

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

background-color css

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

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

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

border-color css

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

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

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