#10305a

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

Shades of Prussian Blue #10305A

Tints of Prussian Blue #10305A

Color information

#10305A (or 0x10305A) is unknown color: approx Prussian Blue. HEX triplet: 10, 30 and 5A. RGB value is (16,48,90). Sum of RGB (Red+Green+Blue) = 16+48+90=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #10305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10305A is #EFCFA5. Grayscale: #2B2B2B. Windows color (decimal): -15716262 or 5910544. OLE color: 5910544.

HSL color Cylindrical-coordinate representation of color #10305A: hue angle of 214.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10305A is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB164890-
CMYK0.820.4700.65
HSL214.05º69.81%20.78%-
HSV(B)214.05º82.22%35.29%-
XYZ3.122.9610.08-
YUV43.22154.4108.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=10.39%
G=31.17%
B=58.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1648900.820.4700.65214.0569.8120.78
Hex10305A522F041d64615
Octal206013212257010132610625
Binary10000110000101101010100101011110100000111010110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10305a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10305a; }

 p { color: rgb(16,48,90); }

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

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

 a { background-color: rgb(16,48,90); }

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

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

 span { border-color: rgb(16,48,90); }

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