#0D477A

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

Shades of Dark Cerulean #0D477A

Tints of Dark Cerulean #0D477A

Color information

#0D477A (or 0x0D477A) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 47 and 7A. RGB value is (13,71,122). Sum of RGB (Red+Green+Blue) = 13+71+122=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D477A is #F2B885. Grayscale: #3B3B3B. Windows color (decimal): -15906950 or 8013581. OLE color: 8013581.

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

Color convert

RGB1371122-
CMYK0.890.4200.52
HSL208.07º80.74%26.47%-
HSV(B)208.07º89.34%47.84%-
XYZ5.93619.26-
YUV59.47163.2894.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=6.31%
G=34.47%
B=59.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13711220.890.4200.52208.0780.7426.47
HexD477A592A034d0511a
Octal151071721315206432012132
Binary1101100011111110101011001101010011010011010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,122); }

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

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

 a { background-color: rgb(13,71,122); }

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

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

 span { border-color: rgb(13,71,122); }

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