Html Css Color HEX #12135D Midnight Blue

📋 copy color: '#12135D'

red 18 ◦ green 19 ◦ blue 93

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

Shades of Midnight Blue #12135D

Tints of Midnight Blue #12135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 71.54%

R = 13.85%
G = 14.62%
B = 71.54%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12135D (or 0x12135D) is known color: Midnight Blue. HEX triplet: 12, 13 and 5D. RGB value is (18,19,93). Sum of RGB (Red+Green+Blue) = 18+19+93=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #12135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12135D is #EDECA2. Grayscale: #1A1A1A. Windows color (decimal): -15592611 or 6099730. OLE color: 6099730.

HSL color Cylindrical-coordinate representation of color #12135D: hue angle of 239.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12135D is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 19 93 -
CMYK 0.81 0.80 0 0.64
HSL 239.2º 0.68% 0.22% -
HSV(B) 239.2º 0.81% 0.36% -
XYZ 2.46 1.38 10.49 -
YUV 27.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 18 19 93 0.81 0.80 0 0.64 239.2 0.68 0.22
Hex 12 13 5D 51 50 0 40 EF 44 16
Octal 22 23 135 121 120 0 100 357 104 26
Binary 10010 10011 1011101 1010001 1010000 0 1000000 11101111 1000100 10110

Color Harmonies of #12135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12135D

Black with #12135D

Text Example


Text Example

White with #12135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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