#0D498A

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

Shades of Dark Cerulean #0D498A

Tints of Dark Cerulean #0D498A

Color information

#0D498A (or 0x0D498A) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 49 and 8A. RGB value is (13,73,138). Sum of RGB (Red+Green+Blue) = 13+73+138=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D498A is #F2B675. Grayscale: #3E3E3E. Windows color (decimal): -15906422 or 9062669. OLE color: 9062669.

HSL color Cylindrical-coordinate representation of color #0D498A: hue angle of 211.2º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D498A is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1373138-
CMYK0.910.4700.46
HSL211.2º82.78%29.61%-
HSV(B)211.2º90.58%54.12%-
XYZ7.146.6924.96-
YUV62.47170.6292.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.80%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 138 (54.30% from 255) = 61.61%
R=5.80%
G=32.59%
B=61.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13731380.910.4700.46211.282.7829.61
HexD498A5B2F02Ed3531e
Octal151112121335705632312336
Binary11011001001100010101011011101111010111011010011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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