#0D3E75

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

Shades of Dark Cerulean #0D3E75

Tints of Dark Cerulean #0D3E75

Color information

#0D3E75 (or 0x0D3E75) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3E and 75. RGB value is (13,62,117). Sum of RGB (Red+Green+Blue) = 13+62+117=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E75 is #F2C18A. Grayscale: #353535. Windows color (decimal): -15909259 or 7683597. OLE color: 7683597.

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

Color convert

RGB1362117-
CMYK0.890.4700.54
HSL211.73º80%25.49%-
HSV(B)211.73º88.89%45.88%-
XYZ5.14.8217.49-
YUV53.62163.7799.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=6.77%
G=32.29%
B=60.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13621170.890.4700.54211.738025.49
HexD3E75592F036d45019
Octal15761651315706632412031
Binary110111111011101011011001101111011011011010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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