Html Css Color HEX #030464 Navy

📋 copy color: '#030464'

red 3 ◦ green 4 ◦ blue 100

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

Shades of Navy #030464

Tints of Navy #030464

RGB

 RED value IS 3 (1.56% from 255) = 2.8%

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

 BLUE value IS 100 (39.45% from 255) = 93.46%

R = 2.8%
G = 3.74%
B = 93.46%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#030464 (or 0x030464) is known color: Navy. HEX triplet: 03, 04 and 64. RGB value is (3,4,100). Sum of RGB (Red+Green+Blue) = 3+4+100=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 100 (39.45% from 255 or 93.46% from 107); Max value from RGB is 100 - color contains mainly: blue. Hex color #030464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030464 is #FCFB9B. Grayscale: #0E0E0E. Windows color (decimal): -16579484 or 6554627. OLE color: 6554627.

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

Color convert

RGB 3 4 100 -
CMYK 0.97 0.96 0 0.61
HSL 239.38º 0.94% 0.2% -
HSV(B) 239.38º 0.97% 0.39% -
XYZ 2.38 1.03 12.13 -
YUV 14.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 3 4 100 0.97 0.96 0 0.61 239.38 0.94 0.2
Hex 3 4 64 61 60 0 3D EF 5E 14
Octal 3 4 144 141 140 0 75 357 136 24
Binary 11 100 1100100 1100001 1100000 0 111101 11101111 1011110 10100

Color Harmonies of #030464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030464

Black with #030464

Text Example


Text Example

White with #030464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030464; }

 p { color: rgb(3,4,100); }

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

background-color css

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

 a { background-color: rgb(3,4,100); }

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

border-color css

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

 span { border-color: rgb(3,4,100); }

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