Html Css Color HEX #013478 Prussian Blue

📋 copy color: '#013478'

red 1 ◦ green 52 ◦ blue 120

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

Shades of Prussian Blue #013478

Tints of Prussian Blue #013478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 69.36%

R = 0.58%
G = 30.06%
B = 69.36%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013478 (or 0x013478) is known color: Prussian Blue. HEX triplet: 01, 34 and 78. RGB value is (1,52,120). Sum of RGB (Red+Green+Blue) = 1+52+120=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #013478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013478 is #FECB87. Grayscale: #2C2C2C. Windows color (decimal): -16698248 or 7877633. OLE color: 7877633.

HSL color Cylindrical-coordinate representation of color #013478: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013478 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 52 120 -
CMYK 0.99 0.57 0 0.53
HSL 214.29º 0.98% 0.24% -
HSV(B) 214.29º 0.99% 0.47% -
XYZ 4.63 3.82 18.26 -
YUV 44.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 1 52 120 0.99 0.57 0 0.53 214.29 0.98 0.24
Hex 1 34 78 63 39 0 35 D6 62 18
Octal 1 64 170 143 71 0 65 326 142 30
Binary 1 110100 1111000 1100011 111001 0 110101 11010110 1100010 11000

Color Harmonies of #013478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013478

Black with #013478

Text Example


Text Example

White with #013478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013478; }

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

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

background-color css

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

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

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

border-color css

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

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

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