#0d3669

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

Shades of Prussian Blue #0D3669

Tints of Prussian Blue #0D3669

Color information

#0D3669 (or 0x0D3669) is unknown color: approx Prussian Blue. HEX triplet: 0D, 36 and 69. RGB value is (13,54,105). Sum of RGB (Red+Green+Blue) = 13+54+105=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D3669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3669 is #F2C996. Grayscale: #2F2F2F. Windows color (decimal): -15911319 or 6895117. OLE color: 6895117.

HSL color Cylindrical-coordinate representation of color #0D3669: hue angle of 213.26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3669 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1354105-
CMYK0.880.4900.59
HSL213.26º77.97%23.14%-
HSV(B)213.26º87.62%41.18%-
XYZ4.033.7413.87-
YUV47.55160.42103.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=7.56%
G=31.40%
B=61.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13541050.880.4900.59213.2677.9723.14
HexD3669583103Bd54e17
Octal15661511306107332511627
Binary110111011011010011011000110001011101111010101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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