Html Css Color HEX #013578 Prussian Blue

📋 copy color: '#013578'

red 1 ◦ green 53 ◦ blue 120

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

Shades of Prussian Blue #013578

Tints of Prussian Blue #013578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

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

R = 0.57%
G = 30.46%
B = 68.97%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013578 (or 0x013578) is known color: Prussian Blue. HEX triplet: 01, 35 and 78. RGB value is (1,53,120). Sum of RGB (Red+Green+Blue) = 1+53+120=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #013578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013578 is #FECA87. Grayscale: #2C2C2C. Windows color (decimal): -16697992 or 7877889. OLE color: 7877889.

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

Color convert

RGB 1 53 120 -
CMYK 0.99 0.56 0 0.53
HSL 213.78º 0.98% 0.24% -
HSV(B) 213.78º 0.99% 0.47% -
XYZ 4.68 3.91 18.28 -
YUV 45.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 1 53 120 0.99 0.56 0 0.53 213.78 0.98 0.24
Hex 1 35 78 63 38 0 35 D6 62 18
Octal 1 65 170 143 70 0 65 326 142 30
Binary 1 110101 1111000 1100011 111000 0 110101 11010110 1100010 11000

Color Harmonies of #013578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013578

Black with #013578

Text Example


Text Example

White with #013578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013578; }

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

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

background-color css

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

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

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

border-color css

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

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

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