#0D4A7B

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

Shades of Dark Cerulean #0D4A7B

Tints of Dark Cerulean #0D4A7B

Color information

#0D4A7B (or 0x0D4A7B) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4A and 7B. RGB value is (13,74,123). Sum of RGB (Red+Green+Blue) = 13+74+123=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D4A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4A7B is #F2B584. Grayscale: #3D3D3D. Windows color (decimal): -15906181 or 8079885. OLE color: 8079885.

HSL color Cylindrical-coordinate representation of color #0D4A7B: hue angle of 206.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4A7B is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1374123-
CMYK0.890.4000.52
HSL206.73º80.88%26.67%-
HSV(B)206.73º89.43%48.24%-
XYZ6.196.4119.65-
YUV61.35162.7993.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.19%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=6.19%
G=35.24%
B=58.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13741230.890.4000.52206.7380.8826.67
HexD4A7B5928034cf511b
Octal151121731315006431712133
Binary1101100101011110111011001101000011010011001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,74,123); }

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

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

 a { background-color: rgb(13,74,123); }

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

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

 span { border-color: rgb(13,74,123); }

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