Html Css Color HEX #1C1575 Midnight Blue

📋 copy color: '#1C1575'

red 28 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #1C1575

Tints of Midnight Blue #1C1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

 BLUE value IS 117 (46.09% from 255) = 70.48%

R = 16.87%
G = 12.65%
B = 70.48%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C1575 (or 0x1C1575) is known color: Midnight Blue. HEX triplet: 1C, 15 and 75. RGB value is (28,21,117). Sum of RGB (Red+Green+Blue) = 28+21+117=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C1575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1575 is #E3EA8A. Grayscale: #212121. Windows color (decimal): -14936715 or 7673116. OLE color: 7673116.

HSL color Cylindrical-coordinate representation of color #1C1575: hue angle of 244.37º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1575 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 21 117 -
CMYK 0.76 0.82 0 0.54
HSL 244.38º 0.7% 0.27% -
HSV(B) 244.38º 0.82% 0.46% -
XYZ 3.96 2.07 17.02 -
YUV 34.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 28 21 117 0.76 0.82 0 0.54 244.38 0.7 0.27
Hex 1C 15 75 4C 52 0 36 F4 46 1B
Octal 34 25 165 114 122 0 66 364 106 33
Binary 11100 10101 1110101 1001100 1010010 0 110110 11110100 1000110 11011

Color Harmonies of #1C1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1575

Black with #1C1575

Text Example


Text Example

White with #1C1575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,117); }

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

background-color css

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

 a { background-color: rgb(28,21,117); }

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

border-color css

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

 span { border-color: rgb(28,21,117); }

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