#1c4584

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

Shades of Dark Cerulean #1C4584

Tints of Dark Cerulean #1C4584

Color information

#1C4584 (or 0x1C4584) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 45 and 84. RGB value is (28,69,132). Sum of RGB (Red+Green+Blue) = 28+69+132=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4584 is #E3BA7B. Grayscale: #3F3F3F. Windows color (decimal): -14924412 or 8668444. OLE color: 8668444.

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

Color convert

RGB2869132-
CMYK0.790.4800.48
HSL216.35º65%31.37%-
HSV(B)216.35º78.79%51.76%-
XYZ6.776.1722.66-
YUV63.92166.42102.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=12.23%
G=30.13%
B=57.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28691320.790.4800.48216.356531.37
Hex1C45844F30030d8411f
Octal341052041176006033010137
Binary111001000101100001001001111110000011000011011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c4584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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