#0D305B

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

Shades of Prussian Blue #0D305B

Tints of Prussian Blue #0D305B

Color information

#0D305B (or 0x0D305B) is unknown color: approx Prussian Blue. HEX triplet: 0D, 30 and 5B. RGB value is (13,48,91). Sum of RGB (Red+Green+Blue) = 13+48+91=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D305B is #F2CFA4. Grayscale: #2A2A2A. Windows color (decimal): -15912869 or 5976077. OLE color: 5976077.

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

Color convert

RGB134891-
CMYK0.860.4700.64
HSL213.08º75%20.39%-
HSV(B)213.08º85.71%35.69%-
XYZ3.112.9510.3-
YUV42.44155.4107-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=8.55%
G=31.58%
B=59.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1348910.860.4700.64213.087520.39
HexD305B562F040d54b14
Octal156013312657010032511324
Binary1101110000101101110101101011110100000011010101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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