Html Css Color HEX #013470 Prussian Blue

📋 copy color: '#013470'

red 1 ◦ green 52 ◦ blue 112

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

Shades of Prussian Blue #013470

Tints of Prussian Blue #013470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 0.61%
G = 31.52%
B = 67.88%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013470 (or 0x013470) is known color: Prussian Blue. HEX triplet: 01, 34 and 70. RGB value is (1,52,112). Sum of RGB (Red+Green+Blue) = 1+52+112=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #013470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013470 is #FECB8F. Grayscale: #2B2B2B. Windows color (decimal): -16698256 or 7353345. OLE color: 7353345.

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

Color convert

RGB 1 52 112 -
CMYK 0.99 0.54 0 0.56
HSL 212.43º 0.98% 0.22% -
HSV(B) 212.43º 0.99% 0.44% -
XYZ 4.17 3.63 15.81 -
YUV 43.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 1 52 112 0.99 0.54 0 0.56 212.43 0.98 0.22
Hex 1 34 70 63 36 0 38 D4 62 16
Octal 1 64 160 143 66 0 70 324 142 26
Binary 1 110100 1110000 1100011 110110 0 111000 11010100 1100010 10110

Color Harmonies of #013470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013470

Black with #013470

Text Example


Text Example

White with #013470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013470; }

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

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

background-color css

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

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

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

border-color css

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

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

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