Html Css Color HEX #1C1970 Midnight Blue

📋 copy color: '#1C1970'

red 28 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #1C1970

Tints of Midnight Blue #1C1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

 BLUE value IS 112 (44.14% from 255) = 67.88%

R = 16.97%
G = 15.15%
B = 67.88%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C1970 (or 0x1C1970) is known color: Midnight Blue. HEX triplet: 1C, 19 and 70. RGB value is (28,25,112). Sum of RGB (Red+Green+Blue) = 28+25+112=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1970 is #E3E68F. Grayscale: #232323. Windows color (decimal): -14935696 or 7346460. OLE color: 7346460.

HSL color Cylindrical-coordinate representation of color #1C1970: hue angle of 242.07º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C1970 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 25 112 -
CMYK 0.75 0.78 0 0.56
HSL 242.07º 0.64% 0.27% -
HSV(B) 242.07º 0.78% 0.44% -
XYZ 3.75 2.11 15.54 -
YUV 35.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 28 25 112 0.75 0.78 0 0.56 242.07 0.64 0.27
Hex 1C 19 70 4B 4E 0 38 F2 40 1B
Octal 34 31 160 113 116 0 70 362 100 33
Binary 11100 11001 1110000 1001011 1001110 0 111000 11110010 1000000 11011

Color Harmonies of #1C1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1970

Black with #1C1970

Text Example


Text Example

White with #1C1970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,112); }

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

background-color css

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

 a { background-color: rgb(28,25,112); }

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

border-color css

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

 span { border-color: rgb(28,25,112); }

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