#10335D

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

Shades of Prussian Blue #10335D

Tints of Prussian Blue #10335D

Color information

#10335D (or 0x10335D) is unknown color: approx Prussian Blue. HEX triplet: 10, 33 and 5D. RGB value is (16,51,93). Sum of RGB (Red+Green+Blue) = 16+51+93=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #10335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10335D is #EFCCA2. Grayscale: #2D2D2D. Windows color (decimal): -15715491 or 6107920. OLE color: 6107920.

HSL color Cylindrical-coordinate representation of color #10335D: hue angle of 212.73º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10335D is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB165193-
CMYK0.830.4500.64
HSL212.73º70.64%21.37%-
HSV(B)212.73º82.8%36.47%-
XYZ3.373.2710.81-
YUV45.32154.9107.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=10%
G=31.88%
B=58.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1651930.830.4500.64212.7370.6421.37
Hex10335D532D040d54715
Octal206313512355010032510725
Binary10000110011101110110100111011010100000011010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10335D; }

 p { color: rgb(16,51,93); }

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

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

 a { background-color: rgb(16,51,93); }

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

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

 span { border-color: rgb(16,51,93); }

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