Html Css Color HEX #1C2585 Midnight Blue

📋 copy color: '#1C2585'

red 28 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #1C2585

Tints of Midnight Blue #1C2585

RGB

 RED value IS 28 (11.33% from 255) = 14.14%

 GREEN value IS 37 (14.84% from 255) = 18.69%

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 14.14%
G = 18.69%
B = 67.17%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C2585 (or 0x1C2585) is known color: Midnight Blue. HEX triplet: 1C, 25 and 85. RGB value is (28,37,133). Sum of RGB (Red+Green+Blue) = 28+37+133=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C2585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2585 is #E3DA7A. Grayscale: #2C2C2C. Windows color (decimal): -14932603 or 8725788. OLE color: 8725788.

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

Color convert

RGB 28 37 133 -
CMYK 0.79 0.72 0 0.48
HSL 234.86º 0.65% 0.32% -
HSV(B) 234.86º 0.79% 0.52% -
XYZ 5.37 3.26 22.54 -
YUV 45.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 28 37 133 0.79 0.72 0 0.48 234.86 0.65 0.32
Hex 1C 25 85 4F 48 0 30 EB 41 20
Octal 34 45 205 117 110 0 60 353 101 40
Binary 11100 100101 10000101 1001111 1001000 0 110000 11101011 1000001 100000

Color Harmonies of #1C2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2585

Black with #1C2585

Text Example


Text Example

White with #1C2585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,133); }

 H1.HeaderClassName
 {
   color: #1C2585;
 }
 .AnyTagClassName
 {
   color: #1C2585;
 }
</style>

background-color css

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

 a { background-color: rgb(28,37,133); }

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

border-color css

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

 span { border-color: rgb(28,37,133); }

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