Html Css Color HEX #030971 Navy

📋 copy color: '#030971'

red 3 ◦ green 9 ◦ blue 113

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

Shades of Navy #030971

Tints of Navy #030971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

 BLUE value IS 113 (44.53% from 255) = 90.4%

R = 2.4%
G = 7.2%
B = 90.4%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030971 (or 0x030971) is known color: Navy. HEX triplet: 03, 09 and 71. RGB value is (3,9,113). Sum of RGB (Red+Green+Blue) = 3+9+113=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #030971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030971 is #FCF68E. Grayscale: #121212. Windows color (decimal): -16578191 or 7407875. OLE color: 7407875.

HSL color Cylindrical-coordinate representation of color #030971: hue angle of 236.73º 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 #030971 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 9 113 -
CMYK 0.97 0.92 0 0.56
HSL 236.73º 0.95% 0.23% -
HSV(B) 236.73º 0.97% 0.44% -
XYZ 3.12 1.41 15.73 -
YUV 19.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 3 9 113 0.97 0.92 0 0.56 236.73 0.95 0.23
Hex 3 9 71 61 5C 0 38 ED 5F 17
Octal 3 11 161 141 134 0 70 355 137 27
Binary 11 1001 1110001 1100001 1011100 0 111000 11101101 1011111 10111

Color Harmonies of #030971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030971

Black with #030971

Text Example


Text Example

White with #030971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030971; }

 p { color: rgb(3,9,113); }

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

background-color css

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

 a { background-color: rgb(3,9,113); }

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

border-color css

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

 span { border-color: rgb(3,9,113); }

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