Html Css Color HEX #1C1462 Midnight Blue

📋 copy color: '#1C1462'

red 28 ◦ green 20 ◦ blue 98

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

Shades of Midnight Blue #1C1462

Tints of Midnight Blue #1C1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 19.18%
G = 13.7%
B = 67.12%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C1462 (or 0x1C1462) is known color: Midnight Blue. HEX triplet: 1C, 14 and 62. RGB value is (28,20,98). Sum of RGB (Red+Green+Blue) = 28+20+98=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C1462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1462 is #E3EB9D. Grayscale: #1E1E1E. Windows color (decimal): -14936990 or 6427676. OLE color: 6427676.

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

Color convert

RGB 28 20 98 -
CMYK 0.71 0.80 0 0.62
HSL 246.15º 0.66% 0.23% -
HSV(B) 246.15º 0.8% 0.38% -
XYZ 2.93 1.63 11.72 -
YUV 31.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 28 20 98 0.71 0.80 0 0.62 246.15 0.66 0.23
Hex 1C 14 62 47 50 0 3E F6 42 17
Octal 34 24 142 107 120 0 76 366 102 27
Binary 11100 10100 1100010 1000111 1010000 0 111110 11110110 1000010 10111

Color Harmonies of #1C1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1462

Black with #1C1462

Text Example


Text Example

White with #1C1462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,20,98); }

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

background-color css

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

 a { background-color: rgb(28,20,98); }

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

border-color css

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

 span { border-color: rgb(28,20,98); }

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