#133A6A

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

Shades of Prussian Blue #133A6A

Tints of Prussian Blue #133A6A

Color information

#133A6A (or 0x133A6A) is unknown color: approx Prussian Blue. HEX triplet: 13, 3A and 6A. RGB value is (19,58,106). Sum of RGB (Red+Green+Blue) = 19+58+106=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #133A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A6A is #ECC595. Grayscale: #333333. Windows color (decimal): -15517078 or 6961683. OLE color: 6961683.

HSL color Cylindrical-coordinate representation of color #133A6A: hue angle of 213.1º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133A6A is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1958106-
CMYK0.820.4500.58
HSL213.1º69.6%24.51%-
HSV(B)213.1º82.08%41.57%-
XYZ4.384.2114.22-
YUV51.81158.58104.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 106 (41.80% from 255) = 57.92%
R=10.38%
G=31.69%
B=57.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19581060.820.4500.58213.169.624.51
Hex133A6A522D03Ad54619
Octal23721521225507232510631
Binary1001111101011010101010010101101011101011010101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A6A; }

 p { color: rgb(19,58,106); }

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

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

 a { background-color: rgb(19,58,106); }

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

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

 span { border-color: rgb(19,58,106); }

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