#0D4684

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

Shades of Dark Cerulean #0D4684

Tints of Dark Cerulean #0D4684

Color information

#0D4684 (or 0x0D4684) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 46 and 84. RGB value is (13,70,132). Sum of RGB (Red+Green+Blue) = 13+70+132=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D4684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4684 is #F2B97B. Grayscale: #3B3B3B. Windows color (decimal): -15907196 or 8668685. OLE color: 8668685.

HSL color Cylindrical-coordinate representation of color #0D4684: hue angle of 211.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4684 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1370132-
CMYK0.900.4700.48
HSL211.26º82.07%28.43%-
HSV(B)211.26º90.15%51.76%-
XYZ6.526.1322.67-
YUV60.02168.6294.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=6.05%
G=32.56%
B=61.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13701320.900.4700.48211.2682.0728.43
HexD46845A2F030d3521c
Octal151062041325706032312234
Binary11011000110100001001011010101111011000011010011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,70,132); }

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

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

 a { background-color: rgb(13,70,132); }

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

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

 span { border-color: rgb(13,70,132); }

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