Html Css Color HEX #1C4584 Dark Cerulean

📋 copy color: '#1C4584'

red 28 ◦ green 69 ◦ blue 132

#1C4584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #1C4584

Tints of Dark Cerulean #1C4584

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 value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C4584 (or 0x1C4584) is known color: 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

RGB 28 69 132 -
CMYK 0.79 0.48 0 0.48
HSL 216.35º 0.65% 0.31% -
HSV(B) 216.35º 0.79% 0.52% -
XYZ 6.77 6.17 22.66 -
YUV 63.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 28 69 132 0.79 0.48 0 0.48 216.35 0.65 0.31
Hex 1C 45 84 4F 30 0 30 D8 41 1F
Octal 34 105 204 117 60 0 60 330 101 37
Binary 11100 1000101 10000100 1001111 110000 0 110000 11011000 1000001 11111

Color Harmonies of #1C4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4584

Black with #1C4584

Text Example


Text Example

White with #1C4584

Text Example


Text Example

HTML Codes & Css Web 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>