Html Css Color HEX #12147C Midnight Blue

📋 copy color: '#12147C'

red 18 ◦ green 20 ◦ blue 124

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

Shades of Midnight Blue #12147C

Tints of Midnight Blue #12147C

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

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

 BLUE value IS 124 (48.83% from 255) = 76.54%

R = 11.11%
G = 12.35%
B = 76.54%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12147C (or 0x12147C) is known color: Midnight Blue. HEX triplet: 12, 14 and 7C. RGB value is (18,20,124). Sum of RGB (Red+Green+Blue) = 18+20+124=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #12147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12147C is #EDEB83. Grayscale: #1E1E1E. Windows color (decimal): -15592324 or 8131602. OLE color: 8131602.

HSL color Cylindrical-coordinate representation of color #12147C: hue angle of 238.87º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12147C is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 20 124 -
CMYK 0.85 0.84 0 0.51
HSL 238.87º 0.75% 0.28% -
HSV(B) 238.87º 0.85% 0.49% -
XYZ 4.14 2.08 19.25 -
YUV 31.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 18 20 124 0.85 0.84 0 0.51 238.87 0.75 0.28
Hex 12 14 7C 55 54 0 33 EF 4B 1C
Octal 22 24 174 125 124 0 63 357 113 34
Binary 10010 10100 1111100 1010101 1010100 0 110011 11101111 1001011 11100

Color Harmonies of #12147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12147C

Black with #12147C

Text Example


Text Example

White with #12147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12147C; }

 p { color: rgb(18,20,124); }

 H1.HeaderClassName
 {
   color: #12147C;
 }
 .AnyTagClassName
 {
   color: #12147C;
 }
</style>

background-color css

<style>
 a { background-color: #12147C; }

 a { background-color: rgb(18,20,124); }

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

border-color css

<style>
 span { border-color: #12147C; }

 span { border-color: rgb(18,20,124); }

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