#0D3973

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

Shades of Dark Cerulean #0D3973

Tints of Dark Cerulean #0D3973

Color information

#0D3973 (or 0x0D3973) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 39 and 73. RGB value is (13,57,115). Sum of RGB (Red+Green+Blue) = 13+57+115=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D3973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3973 is #F2C68C. Grayscale: #323232. Windows color (decimal): -15910541 or 7551245. OLE color: 7551245.

HSL color Cylindrical-coordinate representation of color #0D3973: hue angle of 214.12º 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 #0D3973 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1357115-
CMYK0.890.5000.55
HSL214.12º79.69%25.1%-
HSV(B)214.12º88.7%45.1%-
XYZ4.724.2516.79-
YUV50.46164.42101.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.03%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=7.03%
G=30.81%
B=62.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13571150.890.5000.55214.1279.6925.1
HexD39735932037d65019
Octal15711631316206732612031
Binary110111100111100111011001110010011011111010110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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