Html Css Color HEX #013970 Prussian Blue

📋 copy color: '#013970'

red 1 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #013970

Tints of Prussian Blue #013970

RGB

 RED value IS 1 (0.78% from 255) = 0.59%

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

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

R = 0.59%
G = 33.53%
B = 65.88%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013970 (or 0x013970) is known color: Prussian Blue. HEX triplet: 01, 39 and 70. RGB value is (1,57,112). Sum of RGB (Red+Green+Blue) = 1+57+112=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #013970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013970 is #FEC68F. Grayscale: #2E2E2E. Windows color (decimal): -16696976 or 7354625. OLE color: 7354625.

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

Color convert

RGB 1 57 112 -
CMYK 0.99 0.49 0 0.56
HSL 209.73º 0.98% 0.22% -
HSV(B) 209.73º 0.99% 0.44% -
XYZ 4.4 4.1 15.89 -
YUV 46.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 1 57 112 0.99 0.49 0 0.56 209.73 0.98 0.22
Hex 1 39 70 63 31 0 38 D2 62 16
Octal 1 71 160 143 61 0 70 322 142 26
Binary 1 111001 1110000 1100011 110001 0 111000 11010010 1100010 10110

Color Harmonies of #013970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013970

Black with #013970

Text Example


Text Example

White with #013970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013970; }

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

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

background-color css

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

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

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

border-color css

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

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

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