Html Css Color HEX #1C0972 Midnight Blue

📋 copy color: '#1C0972'

red 28 ◦ green 9 ◦ blue 114

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

Shades of Midnight Blue #1C0972

Tints of Midnight Blue #1C0972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 18.54%
G = 5.96%
B = 75.5%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C0972 (or 0x1C0972) is known color: Midnight Blue. HEX triplet: 1C, 09 and 72. RGB value is (28,9,114). Sum of RGB (Red+Green+Blue) = 28+9+114=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C0972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0972 is #E3F68D. Grayscale: #1A1A1A. Windows color (decimal): -14939790 or 7473436. OLE color: 7473436.

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

Color convert

RGB 28 9 114 -
CMYK 0.75 0.92 0 0.55
HSL 250.86º 0.85% 0.24% -
HSV(B) 250.86º 0.92% 0.45% -
XYZ 3.61 1.66 16.05 -
YUV 26.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 28 9 114 0.75 0.92 0 0.55 250.86 0.85 0.24
Hex 1C 9 72 4B 5C 0 37 FB 55 18
Octal 34 11 162 113 134 0 67 373 125 30
Binary 11100 1001 1110010 1001011 1011100 0 110111 11111011 1010101 11000

Color Harmonies of #1C0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0972

Black with #1C0972

Text Example


Text Example

White with #1C0972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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