#0D3F75

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

Shades of Dark Cerulean #0D3F75

Tints of Dark Cerulean #0D3F75

Color information

#0D3F75 (or 0x0D3F75) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3F and 75. RGB value is (13,63,117). Sum of RGB (Red+Green+Blue) = 13+63+117=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F75 is #F2C08A. Grayscale: #353535. Windows color (decimal): -15909003 or 7683853. OLE color: 7683853.

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

Color convert

RGB1363117-
CMYK0.890.4600.54
HSL211.15º80%25.49%-
HSV(B)211.15º88.89%45.88%-
XYZ5.154.9217.51-
YUV54.21163.4498.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=6.74%
G=32.64%
B=60.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13631170.890.4600.54211.158025.49
HexD3F75592E036d35019
Octal15771651315606632312031
Binary110111111111101011011001101110011011011010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,63,117); }

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

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

 a { background-color: rgb(13,63,117); }

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

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

 span { border-color: rgb(13,63,117); }

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