Html Css Color HEX #013557 Prussian Blue

📋 copy color: '#013557'

red 1 ◦ green 53 ◦ blue 87

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

Shades of Prussian Blue #013557

Tints of Prussian Blue #013557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.7%

R = 0.71%
G = 37.59%
B = 61.7%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013557 (or 0x013557) is known color: Prussian Blue. HEX triplet: 01, 35 and 57. RGB value is (1,53,87). Sum of RGB (Red+Green+Blue) = 1+53+87=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #013557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013557 is #FECAA8. Grayscale: #292929. Windows color (decimal): -16698025 or 5715201. OLE color: 5715201.

HSL color Cylindrical-coordinate representation of color #013557: hue angle of 203.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013557 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 53 87 -
CMYK 0.99 0.39 0 0.66
HSL 203.72º 0.98% 0.17% -
HSV(B) 203.72º 0.99% 0.34% -
XYZ 3.01 3.24 9.48 -
YUV 41.33 153.77 99.24 -
System Red Green Blue C M Y K H S L
Decimal 1 53 87 0.99 0.39 0 0.66 203.72 0.98 0.17
Hex 1 35 57 63 27 0 42 CC 62 11
Octal 1 65 127 143 47 0 102 314 142 21
Binary 1 110101 1010111 1100011 100111 0 1000010 11001100 1100010 10001

Color Harmonies of #013557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013557

Black with #013557

Text Example


Text Example

White with #013557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013557; }

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

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

background-color css

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

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

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

border-color css

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

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

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