Html Css Color HEX #030371 Navy

📋 copy color: '#030371'

red 3 ◦ green 3 ◦ blue 113

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

Shades of Navy #030371

Tints of Navy #030371

RGB

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

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

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

R = 2.52%
G = 2.52%
B = 94.96%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#030371 (or 0x030371) is known color: Navy. HEX triplet: 03, 03 and 71. RGB value is (3,3,113). Sum of RGB (Red+Green+Blue) = 3+3+113=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #030371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030371 is #FCFC8E. Grayscale: #0F0F0F. Windows color (decimal): -16579727 or 7406339. OLE color: 7406339.

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

Color convert

RGB 3 3 113 -
CMYK 0.97 0.97 0 0.56
HSL 240º 0.95% 0.23% -
HSV(B) 240º 0.97% 0.44% -
XYZ 3.05 1.28 15.71 -
YUV 15.54 183 119.06 -
System Red Green Blue C M Y K H S L
Decimal 3 3 113 0.97 0.97 0 0.56 240 0.95 0.23
Hex 3 3 71 61 61 0 38 F0 5F 17
Octal 3 3 161 141 141 0 70 360 137 27
Binary 11 11 1110001 1100001 1100001 0 111000 11110000 1011111 10111

Color Harmonies of #030371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030371

Black with #030371

Text Example


Text Example

White with #030371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030371; }

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

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

background-color css

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

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

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

border-color css

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

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

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