#1D4084

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

Shades of Dark Cerulean #1D4084

Tints of Dark Cerulean #1D4084

Color information

#1D4084 (or 0x1D4084) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 40 and 84. RGB value is (29,64,132). Sum of RGB (Red+Green+Blue) = 29+64+132=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D4084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4084 is #E2BF7B. Grayscale: #3C3C3C. Windows color (decimal): -14860156 or 8667165. OLE color: 8667165.

HSL color Cylindrical-coordinate representation of color #1D4084: hue angle of 219.61º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4084 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2964132-
CMYK0.780.5200.48
HSL219.61º63.98%31.57%-
HSV(B)219.61º78.03%51.76%-
XYZ6.55.5922.57-
YUV61.29167.9104.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=12.89%
G=28.44%
B=58.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29641320.780.5200.48219.6163.9831.57
Hex1D40844E34030dc4020
Octal351002041166406033410040
Binary1110110000001000010010011101101000110000110111001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D4084; }

 p { color: rgb(29,64,132); }

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

<style>
 a { background-color: #1D4084; }

 a { background-color: rgb(29,64,132); }

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

<style>
 span { border-color: #1D4084; }

 span { border-color: rgb(29,64,132); }

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