Html Css Color HEX #12136A Midnight Blue

📋 copy color: '#12136A'

red 18 ◦ green 19 ◦ blue 106

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

Shades of Midnight Blue #12136A

Tints of Midnight Blue #12136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 74.13%

R = 12.59%
G = 13.29%
B = 74.13%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12136A (or 0x12136A) is known color: Midnight Blue. HEX triplet: 12, 13 and 6A. RGB value is (18,19,106). Sum of RGB (Red+Green+Blue) = 18+19+106=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 106 (41.80% from 255 or 74.13% from 143); Max value from RGB is 106 - color contains mainly: blue. Hex color #12136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12136A is #EDEC95. Grayscale: #1C1C1C. Windows color (decimal): -15592598 or 6951698. OLE color: 6951698.

HSL color Cylindrical-coordinate representation of color #12136A: hue angle of 239.32º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12136A is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 19 106 -
CMYK 0.83 0.82 0 0.58
HSL 239.32º 0.71% 0.24% -
HSV(B) 239.32º 0.83% 0.42% -
XYZ 3.08 1.63 13.79 -
YUV 28.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 18 19 106 0.83 0.82 0 0.58 239.32 0.71 0.24
Hex 12 13 6A 53 52 0 3A EF 47 18
Octal 22 23 152 123 122 0 72 357 107 30
Binary 10010 10011 1101010 1010011 1010010 0 111010 11101111 1000111 11000

Color Harmonies of #12136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12136A

Black with #12136A

Text Example


Text Example

White with #12136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12136A; }

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

 H1.HeaderClassName
 {
   color: #12136A;
 }
 .AnyTagClassName
 {
   color: #12136A;
 }
</style>

background-color css

<style>
 a { background-color: #12136A; }

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

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

border-color css

<style>
 span { border-color: #12136A; }

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

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