Html Css Color HEX #1C1261 Midnight Blue

📋 copy color: '#1C1261'

red 28 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #1C1261

Tints of Midnight Blue #1C1261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.83%

R = 19.58%
G = 12.59%
B = 67.83%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C1261 (or 0x1C1261) is known color: Midnight Blue. HEX triplet: 1C, 12 and 61. RGB value is (28,18,97). Sum of RGB (Red+Green+Blue) = 28+18+97=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1261 is #E3ED9E. Grayscale: #1D1D1D. Windows color (decimal): -14937503 or 6361628. OLE color: 6361628.

HSL color Cylindrical-coordinate representation of color #1C1261: hue angle of 247.59º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C1261 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 18 97 -
CMYK 0.71 0.81 0 0.62
HSL 247.59º 0.69% 0.23% -
HSV(B) 247.59º 0.81% 0.38% -
XYZ 2.85 1.54 11.46 -
YUV 30 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 28 18 97 0.71 0.81 0 0.62 247.59 0.69 0.23
Hex 1C 12 61 47 51 0 3E F8 45 17
Octal 34 22 141 107 121 0 76 370 105 27
Binary 11100 10010 1100001 1000111 1010001 0 111110 11111000 1000101 10111

Color Harmonies of #1C1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1261

Black with #1C1261

Text Example


Text Example

White with #1C1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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