Html Css Color HEX #100C74 Midnight Blue

📋 copy color: '#100C74'

red 16 ◦ green 12 ◦ blue 116

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

Shades of Midnight Blue #100C74

Tints of Midnight Blue #100C74

RGB

 RED value IS 16 (6.64% from 255) = 11.11%

 GREEN value IS 12 (5.08% from 255) = 8.33%

 BLUE value IS 116 (45.7% from 255) = 80.56%

R = 11.11%
G = 8.33%
B = 80.56%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#100C74 (or 0x100C74) is known color: Midnight Blue. HEX triplet: 10, 0C and 74. RGB value is (16,12,116). Sum of RGB (Red+Green+Blue) = 16+12+116=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #100C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C74 is #EFF38B. Grayscale: #181818. Windows color (decimal): -15725452 or 7605264. OLE color: 7605264.

HSL color Cylindrical-coordinate representation of color #100C74: hue angle of 242.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100C74 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 12 116 -
CMYK 0.86 0.90 0 0.55
HSL 242.31º 0.81% 0.25% -
HSV(B) 242.31º 0.9% 0.45% -
XYZ 3.5 1.63 16.65 -
YUV 25.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 16 12 116 0.86 0.90 0 0.55 242.31 0.81 0.25
Hex 10 C 74 56 5A 0 37 F2 51 19
Octal 20 14 164 126 132 0 67 362 121 31
Binary 10000 1100 1110100 1010110 1011010 0 110111 11110010 1010001 11001

Color Harmonies of #100C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C74

Black with #100C74

Text Example


Text Example

White with #100C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100C74; }

 p { color: rgb(16,12,116); }

 H1.HeaderClassName
 {
   color: #100C74;
 }
 .AnyTagClassName
 {
   color: #100C74;
 }
</style>

background-color css

<style>
 a { background-color: #100C74; }

 a { background-color: rgb(16,12,116); }

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

border-color css

<style>
 span { border-color: #100C74; }

 span { border-color: rgb(16,12,116); }

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