#0D4F7D

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

Shades of Dark Cerulean #0D4F7D

Tints of Dark Cerulean #0D4F7D

Color information

#0D4F7D (or 0x0D4F7D) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4F and 7D. RGB value is (13,79,125). Sum of RGB (Red+Green+Blue) = 13+79+125=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D4F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F7D is #F2B082. Grayscale: #404040. Windows color (decimal): -15904899 or 8212237. OLE color: 8212237.

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

Color convert

RGB1379125-
CMYK0.900.3700.51
HSL204.64º81.16%27.06%-
HSV(B)204.64º89.6%49.02%-
XYZ6.667.1620.43-
YUV64.51162.1391.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=5.99%
G=36.41%
B=57.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13791250.900.3700.51204.6481.1627.06
HexD4F7D5A25033cd511b
Octal151171751324506331512133
Binary1101100111111111011011010100101011001111001101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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