Html Css Color HEX #013561 Prussian Blue

📋 copy color: '#013561'

red 1 ◦ green 53 ◦ blue 97

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

Shades of Prussian Blue #013561

Tints of Prussian Blue #013561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 0.66%
G = 35.1%
B = 64.24%

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

#013561 (or 0x013561) is known color: Prussian Blue. HEX triplet: 01, 35 and 61. RGB value is (1,53,97). Sum of RGB (Red+Green+Blue) = 1+53+97=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #013561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013561 is #FECA9E. Grayscale: #2A2A2A. Windows color (decimal): -16698015 or 6370561. OLE color: 6370561.

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

Color convert

RGB 1 53 97 -
CMYK 0.99 0.45 0 0.62
HSL 207.5º 0.98% 0.19% -
HSV(B) 207.5º 0.99% 0.38% -
XYZ 3.44 3.42 11.79 -
YUV 42.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 1 53 97 0.99 0.45 0 0.62 207.5 0.98 0.19
Hex 1 35 61 63 2D 0 3E D0 62 13
Octal 1 65 141 143 55 0 76 320 142 23
Binary 1 110101 1100001 1100011 101101 0 111110 11010000 1100010 10011

Color Harmonies of #013561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013561

Black with #013561

Text Example


Text Example

White with #013561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013561; }

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

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

background-color css

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

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

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

border-color css

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

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

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