#0D3D73

Color #0D3D73 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0D3D73

Tints of Dark Cerulean #0D3D73

Color information

#0D3D73 (or 0x0D3D73) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3D and 73. RGB value is (13,61,115). Sum of RGB (Red+Green+Blue) = 13+61+115=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D3D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3D73 is #F2C28C. Grayscale: #343434. Windows color (decimal): -15909517 or 7552269. OLE color: 7552269.

HSL color Cylindrical-coordinate representation of color #0D3D73: hue angle of 211.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3D73 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1361115-
CMYK0.890.4700.55
HSL211.76º79.69%25.1%-
HSV(B)211.76º88.7%45.1%-
XYZ4.934.6616.86-
YUV52.8163.199.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=6.88%
G=32.28%
B=60.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13611150.890.4700.55211.7679.6925.1
HexD3D73592F037d45019
Octal15751631315706732412031
Binary110111110111100111011001101111011011111010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,61,115); }

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

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

 a { background-color: rgb(13,61,115); }

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

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

 span { border-color: rgb(13,61,115); }

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