Html Css Color HEX #133563 Prussian Blue

📋 copy color: '#133563'

red 19 ◦ green 53 ◦ blue 99

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

Shades of Prussian Blue #133563

Tints of Prussian Blue #133563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.89%

R = 11.11%
G = 30.99%
B = 57.89%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#133563 (or 0x133563) is known color: Prussian Blue. HEX triplet: 13, 35 and 63. RGB value is (19,53,99). Sum of RGB (Red+Green+Blue) = 19+53+99=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #133563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133563 is #ECCA9C. Grayscale: #2F2F2F. Windows color (decimal): -15518365 or 6501651. OLE color: 6501651.

HSL color Cylindrical-coordinate representation of color #133563: hue angle of 214.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133563 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 53 99 -
CMYK 0.81 0.46 0 0.61
HSL 214.5º 0.68% 0.23% -
HSV(B) 214.5º 0.81% 0.39% -
XYZ 3.79 3.59 12.3 -
YUV 48.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 19 53 99 0.81 0.46 0 0.61 214.5 0.68 0.23
Hex 13 35 63 51 2E 0 3D D6 44 17
Octal 23 65 143 121 56 0 75 326 104 27
Binary 10011 110101 1100011 1010001 101110 0 111101 11010110 1000100 10111

Color Harmonies of #133563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133563

Black with #133563

Text Example


Text Example

White with #133563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133563; }

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

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

background-color css

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

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

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

border-color css

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

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

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