Html Css Color HEX #013559 Prussian Blue

📋 copy color: '#013559'

red 1 ◦ green 53 ◦ blue 89

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

Shades of Prussian Blue #013559

Tints of Prussian Blue #013559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.24%

R = 0.7%
G = 37.06%
B = 62.24%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013559 (or 0x013559) is known color: Prussian Blue. HEX triplet: 01, 35 and 59. RGB value is (1,53,89). Sum of RGB (Red+Green+Blue) = 1+53+89=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #013559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013559 is #FECAA6. Grayscale: #292929. Windows color (decimal): -16698023 or 5846273. OLE color: 5846273.

HSL color Cylindrical-coordinate representation of color #013559: hue angle of 204.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013559 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 53 89 -
CMYK 0.99 0.40 0 0.65
HSL 204.55º 0.98% 0.18% -
HSV(B) 204.55º 0.99% 0.35% -
XYZ 3.09 3.27 9.92 -
YUV 41.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 1 53 89 0.99 0.40 0 0.65 204.55 0.98 0.18
Hex 1 35 59 63 28 0 41 CD 62 12
Octal 1 65 131 143 50 0 101 315 142 22
Binary 1 110101 1011001 1100011 101000 0 1000001 11001101 1100010 10010

Color Harmonies of #013559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013559

Black with #013559

Text Example


Text Example

White with #013559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013559; }

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

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

background-color css

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

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

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

border-color css

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

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

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