Html Css Color HEX #1C2973 Midnight Blue

📋 copy color: '#1C2973'

red 28 ◦ green 41 ◦ blue 115

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

Shades of Midnight Blue #1C2973

Tints of Midnight Blue #1C2973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 15.22%
G = 22.28%
B = 62.5%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C2973 (or 0x1C2973) is known color: Midnight Blue. HEX triplet: 1C, 29 and 73. RGB value is (28,41,115). Sum of RGB (Red+Green+Blue) = 28+41+115=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C2973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2973 is #E3D68C. Grayscale: #2D2D2D. Windows color (decimal): -14931597 or 7547164. OLE color: 7547164.

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

Color convert

RGB 28 41 115 -
CMYK 0.76 0.64 0 0.55
HSL 231.03º 0.61% 0.28% -
HSV(B) 231.03º 0.76% 0.45% -
XYZ 4.37 3.07 16.58 -
YUV 45.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 28 41 115 0.76 0.64 0 0.55 231.03 0.61 0.28
Hex 1C 29 73 4C 40 0 37 E7 3D 1C
Octal 34 51 163 114 100 0 67 347 75 34
Binary 11100 101001 1110011 1001100 1000000 0 110111 11100111 111101 11100

Color Harmonies of #1C2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2973

Black with #1C2973

Text Example


Text Example

White with #1C2973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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