#0D355A

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

Shades of Prussian Blue #0D355A

Tints of Prussian Blue #0D355A

Color information

#0D355A (or 0x0D355A) is unknown color: approx Prussian Blue. HEX triplet: 0D, 35 and 5A. RGB value is (13,53,90). Sum of RGB (Red+Green+Blue) = 13+53+90=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D355A is #F2CAA5. Grayscale: #2D2D2D. Windows color (decimal): -15911590 or 5911821. OLE color: 5911821.

HSL color Cylindrical-coordinate representation of color #0D355A: hue angle of 208.83º 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 #0D355A is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB135390-
CMYK0.860.4100.65
HSL208.83º74.76%20.2%-
HSV(B)208.83º85.56%35.29%-
XYZ3.283.3710.15-
YUV45.26153.25104.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=8.33%
G=33.97%
B=57.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1353900.860.4100.65208.8374.7620.2
HexD355A5629041d14b14
Octal156513212651010132111324
Binary1101110101101101010101101010010100000111010001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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