Html Css Color HEX #12185A Midnight Blue

📋 copy color: '#12185A'

red 18 ◦ green 24 ◦ blue 90

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

Shades of Midnight Blue #12185A

Tints of Midnight Blue #12185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.18%

 BLUE value IS 90 (35.55% from 255) = 68.18%

R = 13.64%
G = 18.18%
B = 68.18%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#12185A (or 0x12185A) is known color: Midnight Blue. HEX triplet: 12, 18 and 5A. RGB value is (18,24,90). Sum of RGB (Red+Green+Blue) = 18+24+90=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 90 (35.55% from 255 or 68.18% from 132); Max value from RGB is 90 - color contains mainly: blue. Hex color #12185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12185A is #EDE7A5. Grayscale: #1D1D1D. Windows color (decimal): -15591334 or 5904402. OLE color: 5904402.

HSL color Cylindrical-coordinate representation of color #12185A: hue angle of 235º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12185A is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 24 90 -
CMYK 0.80 0.73 0 0.65
HSL 235º 0.67% 0.21% -
HSV(B) 235º 0.8% 0.35% -
XYZ 2.42 1.52 9.84 -
YUV 29.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 18 24 90 0.80 0.73 0 0.65 235 0.67 0.21
Hex 12 18 5A 50 49 0 41 EB 43 15
Octal 22 30 132 120 111 0 101 353 103 25
Binary 10010 11000 1011010 1010000 1001001 0 1000001 11101011 1000011 10101

Color Harmonies of #12185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12185A

Black with #12185A

Text Example


Text Example

White with #12185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,24,90); }

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

background-color css

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

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

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

border-color css

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

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

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