Html Css Color HEX #003973 Prussian Blue

📋 copy color: '#003973'

red 0 ◦ green 57 ◦ blue 115

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

Shades of Prussian Blue #003973

Tints of Prussian Blue #003973

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 0%
G = 33.14%
B = 66.86%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003973 (or 0x003973) is known color: Prussian Blue. HEX triplet: 00, 39 and 73. RGB value is (0,57,115). Sum of RGB (Red+Green+Blue) = 0+57+115=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #003973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003973 is #FFC68C. Grayscale: #2E2E2E. Windows color (decimal): -16762509 or 7551232. OLE color: 7551232.

HSL color Cylindrical-coordinate representation of color #003973: hue angle of 210.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003973 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 57 115 -
CMYK 1 0.50 0 0.55
HSL 210.26º 1% 0.23% -
HSV(B) 210.26º 1% 0.45% -
XYZ 4.56 4.16 16.78 -
YUV 46.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 0 57 115 1 0.50 0 0.55 210.26 1 0.23
Hex 0 39 73 64 32 0 37 D2 64 17
Octal 0 71 163 144 62 0 67 322 144 27
Binary 0 111001 1110011 1100100 110010 0 110111 11010010 1100100 10111

Color Harmonies of #003973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003973

Black with #003973

Text Example


Text Example

White with #003973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003973; }

 p { color: rgb(0,57,115); }

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

background-color css

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

 a { background-color: rgb(0,57,115); }

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

border-color css

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

 span { border-color: rgb(0,57,115); }

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