#0D3670

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

Shades of Prussian Blue #0D3670

Tints of Prussian Blue #0D3670

Color information

#0D3670 (or 0x0D3670) is unknown color: approx Prussian Blue. HEX triplet: 0D, 36 and 70. RGB value is (13,54,112). Sum of RGB (Red+Green+Blue) = 13+54+112=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D3670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3670 is #F2C98F. Grayscale: #303030. Windows color (decimal): -15911312 or 7353869. OLE color: 7353869.

HSL color Cylindrical-coordinate representation of color #0D3670: hue angle of 215.15º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3670 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1354112-
CMYK0.880.5200.56
HSL215.15º79.2%24.51%-
HSV(B)215.15º88.39%43.92%-
XYZ4.413.8915.85-
YUV48.35163.92102.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.26%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=7.26%
G=30.17%
B=62.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13541120.880.5200.56215.1579.224.51
HexD36705834038d74f19
Octal15661601306407032711731
Binary110111011011100001011000110100011100011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,112); }

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

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

 a { background-color: rgb(13,54,112); }

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

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

 span { border-color: rgb(13,54,112); }

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