Html Css Color HEX #12137C Midnight Blue

📋 copy color: '#12137C'

red 18 ◦ green 19 ◦ blue 124

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

Shades of Midnight Blue #12137C

Tints of Midnight Blue #12137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 11.18%
G = 11.8%
B = 77.02%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12137C (or 0x12137C) is known color: Midnight Blue. HEX triplet: 12, 13 and 7C. RGB value is (18,19,124). Sum of RGB (Red+Green+Blue) = 18+19+124=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #12137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12137C is #EDEC83. Grayscale: #1E1E1E. Windows color (decimal): -15592580 or 8131346. OLE color: 8131346.

HSL color Cylindrical-coordinate representation of color #12137C: hue angle of 239.43º 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 #12137C is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 19 124 -
CMYK 0.85 0.85 0 0.51
HSL 239.43º 0.75% 0.28% -
HSV(B) 239.43º 0.85% 0.49% -
XYZ 4.12 2.05 19.25 -
YUV 30.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 18 19 124 0.85 0.85 0 0.51 239.43 0.75 0.28
Hex 12 13 7C 55 55 0 33 EF 4B 1C
Octal 22 23 174 125 125 0 63 357 113 34
Binary 10010 10011 1111100 1010101 1010101 0 110011 11101111 1001011 11100

Color Harmonies of #12137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12137C

Black with #12137C

Text Example


Text Example

White with #12137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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