Html Css Color HEX #12127D Midnight Blue

📋 copy color: '#12127D'

red 18 ◦ green 18 ◦ blue 125

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

Shades of Midnight Blue #12127D

Tints of Midnight Blue #12127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 77.64%

R = 11.18%
G = 11.18%
B = 77.64%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12127D (or 0x12127D) is known color: Midnight Blue. HEX triplet: 12, 12 and 7D. RGB value is (18,18,125). Sum of RGB (Red+Green+Blue) = 18+18+125=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #12127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12127D is #EDED82. Grayscale: #1D1D1D. Windows color (decimal): -15592835 or 8196626. OLE color: 8196626.

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

Color convert

RGB 18 18 125 -
CMYK 0.86 0.86 0 0.51
HSL 240º 0.75% 0.28% -
HSV(B) 240º 0.86% 0.49% -
XYZ 4.17 2.04 19.58 -
YUV 30.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 18 18 125 0.86 0.86 0 0.51 240 0.75 0.28
Hex 12 12 7D 56 56 0 33 F0 4B 1C
Octal 22 22 175 126 126 0 63 360 113 34
Binary 10010 10010 1111101 1010110 1010110 0 110011 11110000 1001011 11100

Color Harmonies of #12127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12127D

Black with #12127D

Text Example


Text Example

White with #12127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12127D; }

 p { color: rgb(18,18,125); }

 H1.HeaderClassName
 {
   color: #12127D;
 }
 .AnyTagClassName
 {
   color: #12127D;
 }
</style>

background-color css

<style>
 a { background-color: #12127D; }

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

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

border-color css

<style>
 span { border-color: #12127D; }

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

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