#0D335C

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

Shades of Prussian Blue #0D335C

Tints of Prussian Blue #0D335C

Color information

#0D335C (or 0x0D335C) is unknown color: approx Prussian Blue. HEX triplet: 0D, 33 and 5C. RGB value is (13,51,92). Sum of RGB (Red+Green+Blue) = 13+51+92=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D335C is #F2CCA3. Grayscale: #2C2C2C. Windows color (decimal): -15912100 or 6042381. OLE color: 6042381.

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

Color convert

RGB135192-
CMYK0.860.4500.64
HSL211.14º75.24%20.59%-
HSV(B)211.14º85.87%36.08%-
XYZ3.283.2310.57-
YUV44.31154.91105.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.33%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=8.33%
G=32.69%
B=58.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1351920.860.4500.64211.1475.2420.59
HexD335C562D040d34b15
Octal156313412655010032311325
Binary1101110011101110010101101011010100000011010011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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