#133565

Color #133565 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #133565

Tints of Prussian Blue #133565

Color information

#133565 (or 0x133565) is unknown color: approx Prussian Blue. HEX triplet: 13, 35 and 65. RGB value is (19,53,101). Sum of RGB (Red+Green+Blue) = 19+53+101=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #133565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133565 is #ECCA9A. Grayscale: #303030. Windows color (decimal): -15518363 or 6632723. OLE color: 6632723.

HSL color Cylindrical-coordinate representation of color #133565: hue angle of 215.12º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133565 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1953101-
CMYK0.810.4800.60
HSL215.12º68.33%23.53%-
HSV(B)215.12º81.19%39.61%-
XYZ3.893.6212.81-
YUV48.31157.74107.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=10.98%
G=30.64%
B=58.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19531010.810.4800.60215.1268.3323.53
Hex133565513003Cd74418
Octal23651451216007432710430
Binary1001111010111001011010001110000011110011010111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133565; }

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

 H1.HeaderClassName
 {
   color: #133565;
 }
 .AnyTagClassName
 {
   color: #133565;
 }
</style>
background-color css

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

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

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

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

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

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