#0d355c

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

Shades of Prussian Blue #0D355C

Tints of Prussian Blue #0D355C

Color information

#0D355C (or 0x0D355C) is unknown color: approx Prussian Blue. HEX triplet: 0D, 35 and 5C. RGB value is (13,53,92). Sum of RGB (Red+Green+Blue) = 13+53+92=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D355C is #F2CAA3. Grayscale: #2D2D2D. Windows color (decimal): -15911588 or 6042893. OLE color: 6042893.

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

Color convert

RGB135392-
CMYK0.860.4200.64
HSL209.62º75.24%20.59%-
HSV(B)209.62º85.87%36.08%-
XYZ3.373.410.6-
YUV45.49154.25104.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=8.23%
G=33.54%
B=58.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1353920.860.4200.64209.6275.2420.59
HexD355C562A040d24b15
Octal156513412652010032211325
Binary1101110101101110010101101010100100000011010010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d355c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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