Html Css Color HEX #133561 Prussian Blue

📋 copy color: '#133561'

red 19 ◦ green 53 ◦ blue 97

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

Shades of Prussian Blue #133561

Tints of Prussian Blue #133561

RGB

 RED value IS 19 (7.81% from 255) = 11.24%

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

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

R = 11.24%
G = 31.36%
B = 57.4%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133561 (or 0x133561) is known color: Prussian Blue. HEX triplet: 13, 35 and 61. RGB value is (19,53,97). Sum of RGB (Red+Green+Blue) = 19+53+97=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #133561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133561 is #ECCA9E. Grayscale: #2F2F2F. Windows color (decimal): -15518367 or 6370579. OLE color: 6370579.

HSL color Cylindrical-coordinate representation of color #133561: hue angle of 213.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133561 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 53 97 -
CMYK 0.80 0.45 0 0.62
HSL 213.85º 0.67% 0.23% -
HSV(B) 213.85º 0.8% 0.38% -
XYZ 3.7 3.55 11.8 -
YUV 47.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 19 53 97 0.80 0.45 0 0.62 213.85 0.67 0.23
Hex 13 35 61 50 2D 0 3E D6 43 17
Octal 23 65 141 120 55 0 76 326 103 27
Binary 10011 110101 1100001 1010000 101101 0 111110 11010110 1000011 10111

Color Harmonies of #133561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133561

Black with #133561

Text Example


Text Example

White with #133561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133561; }

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

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

background-color css

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

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

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

border-color css

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

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

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