#10335B

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

Shades of Prussian Blue #10335B

Tints of Prussian Blue #10335B

Color information

#10335B (or 0x10335B) is unknown color: approx Prussian Blue. HEX triplet: 10, 33 and 5B. RGB value is (16,51,91). Sum of RGB (Red+Green+Blue) = 16+51+91=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #10335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10335B is #EFCCA4. Grayscale: #2C2C2C. Windows color (decimal): -15715493 or 5976848. OLE color: 5976848.

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

Color convert

RGB165191-
CMYK0.820.4400.64
HSL212º70.09%20.98%-
HSV(B)212º82.42%35.69%-
XYZ3.293.2310.35-
YUV45.1153.9107.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=10.13%
G=32.28%
B=57.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1651910.820.4400.6421270.0920.98
Hex10335B522C040d44615
Octal206313312254010032410625
Binary10000110011101101110100101011000100000011010100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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