Html Css Color HEX #12195D Midnight Blue

📋 copy color: '#12195D'

red 18 ◦ green 25 ◦ blue 93

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

Shades of Midnight Blue #12195D

Tints of Midnight Blue #12195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.38%

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

R = 13.24%
G = 18.38%
B = 68.38%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12195D (or 0x12195D) is known color: Midnight Blue. HEX triplet: 12, 19 and 5D. RGB value is (18,25,93). Sum of RGB (Red+Green+Blue) = 18+25+93=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #12195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12195D is #EDE6A2. Grayscale: #1E1E1E. Windows color (decimal): -15591075 or 6101266. OLE color: 6101266.

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

Color convert

RGB 18 25 93 -
CMYK 0.81 0.73 0 0.64
HSL 234.4º 0.68% 0.22% -
HSV(B) 234.4º 0.81% 0.36% -
XYZ 2.57 1.61 10.53 -
YUV 30.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 18 25 93 0.81 0.73 0 0.64 234.4 0.68 0.22
Hex 12 19 5D 51 49 0 40 EA 44 16
Octal 22 31 135 121 111 0 100 352 104 26
Binary 10010 11001 1011101 1010001 1001001 0 1000000 11101010 1000100 10110

Color Harmonies of #12195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12195D

Black with #12195D

Text Example


Text Example

White with #12195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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