Html Css Color HEX #013560 Prussian Blue

📋 copy color: '#013560'

red 1 ◦ green 53 ◦ blue 96

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

Shades of Prussian Blue #013560

Tints of Prussian Blue #013560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 64%

R = 0.67%
G = 35.33%
B = 64%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013560 (or 0x013560) is known color: Prussian Blue. HEX triplet: 01, 35 and 60. RGB value is (1,53,96). Sum of RGB (Red+Green+Blue) = 1+53+96=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #013560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013560 is #FECA9F. Grayscale: #2A2A2A. Windows color (decimal): -16698016 or 6305025. OLE color: 6305025.

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

Color convert

RGB 1 53 96 -
CMYK 0.99 0.45 0 0.62
HSL 207.16º 0.98% 0.19% -
HSV(B) 207.16º 0.99% 0.38% -
XYZ 3.4 3.4 11.54 -
YUV 42.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 1 53 96 0.99 0.45 0 0.62 207.16 0.98 0.19
Hex 1 35 60 63 2D 0 3E CF 62 13
Octal 1 65 140 143 55 0 76 317 142 23
Binary 1 110101 1100000 1100011 101101 0 111110 11001111 1100010 10011

Color Harmonies of #013560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013560

Black with #013560

Text Example


Text Example

White with #013560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013560; }

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

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

background-color css

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

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

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

border-color css

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

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

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