Html Css Color HEX #1C1060 Midnight Blue

📋 copy color: '#1C1060'

red 28 ◦ green 16 ◦ blue 96

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

Shades of Midnight Blue #1C1060

Tints of Midnight Blue #1C1060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 96 (37.89% from 255) = 68.57%

R = 20%
G = 11.43%
B = 68.57%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C1060 (or 0x1C1060) is known color: Midnight Blue. HEX triplet: 1C, 10 and 60. RGB value is (28,16,96). Sum of RGB (Red+Green+Blue) = 28+16+96=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C1060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1060 is #E3EF9F. Grayscale: #1C1C1C. Windows color (decimal): -14938016 or 6295580. OLE color: 6295580.

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

Color convert

RGB 28 16 96 -
CMYK 0.71 0.83 0 0.62
HSL 249º 0.71% 0.22% -
HSV(B) 249º 0.83% 0.38% -
XYZ 2.78 1.46 11.2 -
YUV 28.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 28 16 96 0.71 0.83 0 0.62 249 0.71 0.22
Hex 1C 10 60 47 53 0 3E F9 47 16
Octal 34 20 140 107 123 0 76 371 107 26
Binary 11100 10000 1100000 1000111 1010011 0 111110 11111001 1000111 10110

Color Harmonies of #1C1060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1060

Black with #1C1060

Text Example


Text Example

White with #1C1060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,16,96); }

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

background-color css

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

 a { background-color: rgb(28,16,96); }

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

border-color css

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

 span { border-color: rgb(28,16,96); }

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