#0D305A

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

Shades of Prussian Blue #0D305A

Tints of Prussian Blue #0D305A

Color information

#0D305A (or 0x0D305A) is unknown color: approx Prussian Blue. HEX triplet: 0D, 30 and 5A. RGB value is (13,48,90). Sum of RGB (Red+Green+Blue) = 13+48+90=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D305A is #F2CFA5. Grayscale: #2A2A2A. Windows color (decimal): -15912870 or 5910541. OLE color: 5910541.

HSL color Cylindrical-coordinate representation of color #0D305A: hue angle of 212.73º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D305A is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB134890-
CMYK0.860.4700.65
HSL212.73º74.76%20.2%-
HSV(B)212.73º85.56%35.29%-
XYZ3.072.9410.08-
YUV42.32154.9107.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=8.61%
G=31.79%
B=59.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1348900.860.4700.65212.7374.7620.2
HexD305A562F041d54b14
Octal156013212657010132511324
Binary1101110000101101010101101011110100000111010101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D305A; }

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

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

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

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

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

<style>
 span { border-color: #0D305A; }

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

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