Html Css Color HEX #1C0977 Midnight Blue

📋 copy color: '#1C0977'

red 28 ◦ green 9 ◦ blue 119

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

Shades of Midnight Blue #1C0977

Tints of Midnight Blue #1C0977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 76.28%

R = 17.95%
G = 5.77%
B = 76.28%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C0977 (or 0x1C0977) is known color: Midnight Blue. HEX triplet: 1C, 09 and 77. RGB value is (28,9,119). Sum of RGB (Red+Green+Blue) = 28+9+119=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0977 is #E3F688. Grayscale: #1A1A1A. Windows color (decimal): -14939785 or 7801116. OLE color: 7801116.

HSL color Cylindrical-coordinate representation of color #1C0977: hue angle of 250.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C0977 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 9 119 -
CMYK 0.76 0.92 0 0.53
HSL 250.36º 0.86% 0.25% -
HSV(B) 250.36º 0.92% 0.47% -
XYZ 3.91 1.77 17.59 -
YUV 27.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 28 9 119 0.76 0.92 0 0.53 250.36 0.86 0.25
Hex 1C 9 77 4C 5C 0 35 FA 56 19
Octal 34 11 167 114 134 0 65 372 126 31
Binary 11100 1001 1110111 1001100 1011100 0 110101 11111010 1010110 11001

Color Harmonies of #1C0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0977

Black with #1C0977

Text Example


Text Example

White with #1C0977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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