#0D497E

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

Shades of Dark Cerulean #0D497E

Tints of Dark Cerulean #0D497E

Color information

#0D497E (or 0x0D497E) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 49 and 7E. RGB value is (13,73,126). Sum of RGB (Red+Green+Blue) = 13+73+126=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D497E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D497E is #F2B681. Grayscale: #3C3C3C. Windows color (decimal): -15906434 or 8276237. OLE color: 8276237.

HSL color Cylindrical-coordinate representation of color #0D497E: hue angle of 208.14º 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 #0D497E is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1373126-
CMYK0.900.4200.51
HSL208.14º81.29%27.25%-
HSV(B)208.14º89.68%49.41%-
XYZ6.316.3620.63-
YUV61.1164.6293.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 126 (49.61% from 255) = 59.43%
R=6.13%
G=34.43%
B=59.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13731260.900.4200.51208.1481.2927.25
HexD497E5A2A033d0511b
Octal151111761325206332012133
Binary1101100100111111101011010101010011001111010000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,73,126); }

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

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

 a { background-color: rgb(13,73,126); }

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

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

 span { border-color: rgb(13,73,126); }

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