Html Css Color HEX #030470 Navy

📋 copy color: '#030470'

red 3 ◦ green 4 ◦ blue 112

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

Shades of Navy #030470

Tints of Navy #030470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 94.12%

R = 2.52%
G = 3.36%
B = 94.12%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030470 (or 0x030470) is known color: Navy. HEX triplet: 03, 04 and 70. RGB value is (3,4,112). Sum of RGB (Red+Green+Blue) = 3+4+112=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 112 (44.14% from 255 or 94.12% from 119); Max value from RGB is 112 - color contains mainly: blue. Hex color #030470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030470 is #FCFB8F. Grayscale: #0F0F0F. Windows color (decimal): -16579472 or 7341059. OLE color: 7341059.

HSL color Cylindrical-coordinate representation of color #030470: hue angle of 239.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030470 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 4 112 -
CMYK 0.97 0.96 0 0.56
HSL 239.45º 0.95% 0.23% -
HSV(B) 239.45º 0.97% 0.44% -
XYZ 3.01 1.28 15.42 -
YUV 16.01 182.17 118.72 -
System Red Green Blue C M Y K H S L
Decimal 3 4 112 0.97 0.96 0 0.56 239.45 0.95 0.23
Hex 3 4 70 61 60 0 38 EF 5F 17
Octal 3 4 160 141 140 0 70 357 137 27
Binary 11 100 1110000 1100001 1100000 0 111000 11101111 1011111 10111

Color Harmonies of #030470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030470

Black with #030470

Text Example


Text Example

White with #030470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030470; }

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

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

background-color css

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

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

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

border-color css

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

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

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