Html Css Color HEX #013574 Prussian Blue

📋 copy color: '#013574'

red 1 ◦ green 53 ◦ blue 116

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

Shades of Prussian Blue #013574

Tints of Prussian Blue #013574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 0.59%
G = 31.18%
B = 68.24%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013574 (or 0x013574) is known color: Prussian Blue. HEX triplet: 01, 35 and 74. RGB value is (1,53,116). Sum of RGB (Red+Green+Blue) = 1+53+116=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #013574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013574 is #FECA8B. Grayscale: #2C2C2C. Windows color (decimal): -16697996 or 7615745. OLE color: 7615745.

HSL color Cylindrical-coordinate representation of color #013574: hue angle of 212.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013574 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 53 116 -
CMYK 0.99 0.54 0 0.55
HSL 212.87º 0.98% 0.23% -
HSV(B) 212.87º 0.99% 0.45% -
XYZ 4.44 3.81 17.03 -
YUV 44.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 1 53 116 0.99 0.54 0 0.55 212.87 0.98 0.23
Hex 1 35 74 63 36 0 37 D5 62 17
Octal 1 65 164 143 66 0 67 325 142 27
Binary 1 110101 1110100 1100011 110110 0 110111 11010101 1100010 10111

Color Harmonies of #013574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013574

Black with #013574

Text Example


Text Example

White with #013574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013574; }

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

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

background-color css

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

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

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

border-color css

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

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

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