Html Css Color HEX #1C2972 Midnight Blue

📋 copy color: '#1C2972'

red 28 ◦ green 41 ◦ blue 114

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

Shades of Midnight Blue #1C2972

Tints of Midnight Blue #1C2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 114 (44.92% from 255) = 62.3%

R = 15.3%
G = 22.4%
B = 62.3%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C2972 (or 0x1C2972) is known color: Midnight Blue. HEX triplet: 1C, 29 and 72. RGB value is (28,41,114). Sum of RGB (Red+Green+Blue) = 28+41+114=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C2972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2972 is #E3D68D. Grayscale: #2D2D2D. Windows color (decimal): -14931598 or 7481628. OLE color: 7481628.

HSL color Cylindrical-coordinate representation of color #1C2972: hue angle of 230.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C2972 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 41 114 -
CMYK 0.75 0.64 0 0.55
HSL 230.93º 0.61% 0.28% -
HSV(B) 230.93º 0.75% 0.45% -
XYZ 4.31 3.05 16.28 -
YUV 45.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 28 41 114 0.75 0.64 0 0.55 230.93 0.61 0.28
Hex 1C 29 72 4B 40 0 37 E7 3D 1C
Octal 34 51 162 113 100 0 67 347 75 34
Binary 11100 101001 1110010 1001011 1000000 0 110111 11100111 111101 11100

Color Harmonies of #1C2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2972

Black with #1C2972

Text Example


Text Example

White with #1C2972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,41,114); }

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

background-color css

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

 a { background-color: rgb(28,41,114); }

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

border-color css

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

 span { border-color: rgb(28,41,114); }

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