#0D488D

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

Shades of Dark Cerulean #0D488D

Tints of Dark Cerulean #0D488D

Color information

#0D488D (or 0x0D488D) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 48 and 8D. RGB value is (13,72,141). Sum of RGB (Red+Green+Blue) = 13+72+141=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D488D is #F2B772. Grayscale: #3D3D3D. Windows color (decimal): -15906675 or 9259021. OLE color: 9259021.

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

Color convert

RGB1372141-
CMYK0.910.4900.45
HSL212.34º83.12%30.2%-
HSV(B)212.34º90.78%55.29%-
XYZ7.296.6426.1-
YUV62.22172.4592.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.75%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 141 (55.47% from 255) = 62.39%
R=5.75%
G=31.86%
B=62.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13721410.910.4900.45212.3483.1230.2
HexD488D5B3102Dd4531e
Octal151102151336105532412336
Binary11011001000100011011011011110001010110111010100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,72,141); }

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

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

 a { background-color: rgb(13,72,141); }

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

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

 span { border-color: rgb(13,72,141); }

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