Html Css Color HEX #013556 Prussian Blue

📋 copy color: '#013556'

red 1 ◦ green 53 ◦ blue 86

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

Shades of Prussian Blue #013556

Tints of Prussian Blue #013556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 61.43%

R = 0.71%
G = 37.86%
B = 61.43%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013556 (or 0x013556) is known color: Prussian Blue. HEX triplet: 01, 35 and 56. RGB value is (1,53,86). Sum of RGB (Red+Green+Blue) = 1+53+86=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #013556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013556 is #FECAA9. Grayscale: #292929. Windows color (decimal): -16698026 or 5649665. OLE color: 5649665.

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

Color convert

RGB 1 53 86 -
CMYK 0.99 0.38 0 0.66
HSL 203.29º 0.98% 0.17% -
HSV(B) 203.29º 0.99% 0.34% -
XYZ 2.97 3.22 9.27 -
YUV 41.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 1 53 86 0.99 0.38 0 0.66 203.29 0.98 0.17
Hex 1 35 56 63 26 0 42 CB 62 11
Octal 1 65 126 143 46 0 102 313 142 21
Binary 1 110101 1010110 1100011 100110 0 1000010 11001011 1100010 10001

Color Harmonies of #013556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013556

Black with #013556

Text Example


Text Example

White with #013556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013556; }

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

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

background-color css

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

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

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

border-color css

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

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

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