Html Css Color HEX #013577 Prussian Blue

📋 copy color: '#013577'

red 1 ◦ green 53 ◦ blue 119

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

Shades of Prussian Blue #013577

Tints of Prussian Blue #013577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 0.58%
G = 30.64%
B = 68.79%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013577 (or 0x013577) is known color: Prussian Blue. HEX triplet: 01, 35 and 77. RGB value is (1,53,119). Sum of RGB (Red+Green+Blue) = 1+53+119=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #013577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013577 is #FECA88. Grayscale: #2C2C2C. Windows color (decimal): -16697993 or 7812353. OLE color: 7812353.

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

Color convert

RGB 1 53 119 -
CMYK 0.99 0.55 0 0.53
HSL 213.56º 0.98% 0.24% -
HSV(B) 213.56º 0.99% 0.47% -
XYZ 4.62 3.88 17.96 -
YUV 44.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 1 53 119 0.99 0.55 0 0.53 213.56 0.98 0.24
Hex 1 35 77 63 37 0 35 D6 62 18
Octal 1 65 167 143 67 0 65 326 142 30
Binary 1 110101 1110111 1100011 110111 0 110101 11010110 1100010 11000

Color Harmonies of #013577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013577

Black with #013577

Text Example


Text Example

White with #013577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013577; }

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

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

background-color css

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

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

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

border-color css

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

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

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