Html Css Color HEX #003970 Prussian Blue

📋 copy color: '#003970'

red 0 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #003970

Tints of Prussian Blue #003970

RGB

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

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

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

R = 0%
G = 33.73%
B = 66.27%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003970 (or 0x003970) is known color: Prussian Blue. HEX triplet: 00, 39 and 70. RGB value is (0,57,112). Sum of RGB (Red+Green+Blue) = 0+57+112=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #003970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003970 is #FFC68F. Grayscale: #2D2D2D. Windows color (decimal): -16762512 or 7354624. OLE color: 7354624.

HSL color Cylindrical-coordinate representation of color #003970: hue angle of 209.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003970 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 57 112 -
CMYK 1 0.49 0 0.56
HSL 209.46º 1% 0.22% -
HSV(B) 209.46º 1% 0.44% -
XYZ 4.39 4.1 15.89 -
YUV 46.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 0 57 112 1 0.49 0 0.56 209.46 1 0.22
Hex 0 39 70 64 31 0 38 D1 64 16
Octal 0 71 160 144 61 0 70 321 144 26
Binary 0 111001 1110000 1100100 110001 0 111000 11010001 1100100 10110

Color Harmonies of #003970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003970

Black with #003970

Text Example


Text Example

White with #003970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003970; }

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

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

background-color css

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

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

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

border-color css

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

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

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