#133B69

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

Shades of Prussian Blue #133B69

Tints of Prussian Blue #133B69

Color information

#133B69 (or 0x133B69) is unknown color: approx Prussian Blue. HEX triplet: 13, 3B and 69. RGB value is (19,59,105). Sum of RGB (Red+Green+Blue) = 19+59+105=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #133B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B69 is #ECC496. Grayscale: #343434. Windows color (decimal): -15516823 or 6896403. OLE color: 6896403.

HSL color Cylindrical-coordinate representation of color #133B69: hue angle of 212.09º 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 #133B69 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1959105-
CMYK0.820.4400.59
HSL212.09º69.35%24.31%-
HSV(B)212.09º81.9%41.18%-
XYZ4.384.2913.96-
YUV52.28157.75104.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=10.38%
G=32.24%
B=57.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19591050.820.4400.59212.0969.3524.31
Hex133B69522C03Bd44518
Octal23731511225407332410530
Binary1001111101111010011010010101100011101111010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,105); }

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

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

 a { background-color: rgb(19,59,105); }

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

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

 span { border-color: rgb(19,59,105); }

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