Html Css Color HEX #1C1276 Midnight Blue

📋 copy color: '#1C1276'

red 28 ◦ green 18 ◦ blue 118

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

Shades of Midnight Blue #1C1276

Tints of Midnight Blue #1C1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

 BLUE value IS 118 (46.48% from 255) = 71.95%

R = 17.07%
G = 10.98%
B = 71.95%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C1276 (or 0x1C1276) is known color: Midnight Blue. HEX triplet: 1C, 12 and 76. RGB value is (28,18,118). Sum of RGB (Red+Green+Blue) = 28+18+118=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C1276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1276 is #E3ED89. Grayscale: #202020. Windows color (decimal): -14937482 or 7737884. OLE color: 7737884.

HSL color Cylindrical-coordinate representation of color #1C1276: hue angle of 246º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C1276 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 18 118 -
CMYK 0.76 0.85 0 0.54
HSL 246º 0.74% 0.27% -
HSV(B) 246º 0.85% 0.46% -
XYZ 3.97 1.99 17.31 -
YUV 32.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 28 18 118 0.76 0.85 0 0.54 246 0.74 0.27
Hex 1C 12 76 4C 55 0 36 F6 4A 1B
Octal 34 22 166 114 125 0 66 366 112 33
Binary 11100 10010 1110110 1001100 1010101 0 110110 11110110 1001010 11011

Color Harmonies of #1C1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1276

Black with #1C1276

Text Example


Text Example

White with #1C1276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,118); }

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

background-color css

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

 a { background-color: rgb(28,18,118); }

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

border-color css

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

 span { border-color: rgb(28,18,118); }

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