#1D4584

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

Shades of Dark Cerulean #1D4584

Tints of Dark Cerulean #1D4584

Color information

#1D4584 (or 0x1D4584) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 45 and 84. RGB value is (29,69,132). Sum of RGB (Red+Green+Blue) = 29+69+132=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4584 is #E2BA7B. Grayscale: #3F3F3F. Windows color (decimal): -14858876 or 8668445. OLE color: 8668445.

HSL color Cylindrical-coordinate representation of color #1D4584: hue angle of 216.7º 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 #1D4584 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2969132-
CMYK0.780.4800.48
HSL216.7º63.98%31.57%-
HSV(B)216.7º78.03%51.76%-
XYZ6.86.1822.66-
YUV64.22166.25102.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.61%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=12.61%
G=30%
B=57.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29691320.780.4800.48216.763.9831.57
Hex1D45844E30030d94020
Octal351052041166006033110040
Binary1110110001011000010010011101100000110000110110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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