#0D4D8D

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

Shades of Dark Cerulean #0D4D8D

Tints of Dark Cerulean #0D4D8D

Color information

#0D4D8D (or 0x0D4D8D) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4D and 8D. RGB value is (13,77,141). Sum of RGB (Red+Green+Blue) = 13+77+141=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D4D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4D8D is #F2B272. Grayscale: #404040. Windows color (decimal): -15905395 or 9260301. OLE color: 9260301.

HSL color Cylindrical-coordinate representation of color #0D4D8D: hue angle of 210º 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 #0D4D8D is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1377141-
CMYK0.910.4500.45
HSL210º83.12%30.2%-
HSV(B)210º90.78%55.29%-
XYZ7.637.3226.21-
YUV65.16170.890.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=5.63%
G=33.33%
B=61.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13771410.910.4500.4521083.1230.2
HexD4D8D5B2D02Dd2531e
Octal151152151335505532212336
Binary11011001101100011011011011101101010110111010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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