#0D3D7D

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

Shades of Dark Cerulean #0D3D7D

Tints of Dark Cerulean #0D3D7D

Color information

#0D3D7D (or 0x0D3D7D) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3D and 7D. RGB value is (13,61,125). Sum of RGB (Red+Green+Blue) = 13+61+125=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D3D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3D7D is #F2C282. Grayscale: #353535. Windows color (decimal): -15909507 or 8207629. OLE color: 8207629.

HSL color Cylindrical-coordinate representation of color #0D3D7D: hue angle of 214.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3D7D is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1361125-
CMYK0.900.5100.51
HSL214.29º81.16%27.06%-
HSV(B)214.29º89.6%49.02%-
XYZ5.544.920.06-
YUV53.94168.198.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 125 (49.22% from 255) = 62.81%
R=6.53%
G=30.65%
B=62.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13611250.900.5100.51214.2981.1627.06
HexD3D7D5A33033d6511b
Octal15751751326306332612133
Binary110111110111111011011010110011011001111010110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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