Html Css Color HEX #12145D Midnight Blue

📋 copy color: '#12145D'

red 18 ◦ green 20 ◦ blue 93

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

Shades of Midnight Blue #12145D

Tints of Midnight Blue #12145D

RGB

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

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

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

R = 13.74%
G = 15.27%
B = 70.99%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12145D (or 0x12145D) is known color: Midnight Blue. HEX triplet: 12, 14 and 5D. RGB value is (18,20,93). Sum of RGB (Red+Green+Blue) = 18+20+93=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #12145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12145D is #EDEBA2. Grayscale: #1B1B1B. Windows color (decimal): -15592355 or 6099986. OLE color: 6099986.

HSL color Cylindrical-coordinate representation of color #12145D: hue angle of 238.4º 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 #12145D is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 20 93 -
CMYK 0.81 0.78 0 0.64
HSL 238.4º 0.68% 0.22% -
HSV(B) 238.4º 0.81% 0.36% -
XYZ 2.48 1.42 10.5 -
YUV 27.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 18 20 93 0.81 0.78 0 0.64 238.4 0.68 0.22
Hex 12 14 5D 51 4E 0 40 EE 44 16
Octal 22 24 135 121 116 0 100 356 104 26
Binary 10010 10100 1011101 1010001 1001110 0 1000000 11101110 1000100 10110

Color Harmonies of #12145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12145D

Black with #12145D

Text Example


Text Example

White with #12145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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