#133768

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

Shades of Prussian Blue #133768

Tints of Prussian Blue #133768

Color information

#133768 (or 0x133768) is unknown color: approx Prussian Blue. HEX triplet: 13, 37 and 68. RGB value is (19,55,104). Sum of RGB (Red+Green+Blue) = 19+55+104=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #133768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133768 is #ECC897. Grayscale: #313131. Windows color (decimal): -15517848 or 6829843. OLE color: 6829843.

HSL color Cylindrical-coordinate representation of color #133768: hue angle of 214.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133768 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1955104-
CMYK0.820.4700.59
HSL214.59º69.11%24.12%-
HSV(B)214.59º81.73%40.78%-
XYZ4.133.8713.63-
YUV49.82158.57106.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=10.67%
G=30.90%
B=58.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19551040.820.4700.59214.5969.1124.12
Hex133768522F03Bd74518
Octal23671501225707332710530
Binary1001111011111010001010010101111011101111010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133768; }

 p { color: rgb(19,55,104); }

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

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

 a { background-color: rgb(19,55,104); }

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

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

 span { border-color: rgb(19,55,104); }

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