Html Css Color HEX #12185B Midnight Blue

📋 copy color: '#12185B'

red 18 ◦ green 24 ◦ blue 91

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

Shades of Midnight Blue #12185B

Tints of Midnight Blue #12185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 68.42%

R = 13.53%
G = 18.05%
B = 68.42%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12185B (or 0x12185B) is known color: Midnight Blue. HEX triplet: 12, 18 and 5B. RGB value is (18,24,91). Sum of RGB (Red+Green+Blue) = 18+24+91=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #12185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12185B is #EDE7A4. Grayscale: #1D1D1D. Windows color (decimal): -15591333 or 5969938. OLE color: 5969938.

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

Color convert

RGB 18 24 91 -
CMYK 0.80 0.74 0 0.64
HSL 235.07º 0.67% 0.21% -
HSV(B) 235.07º 0.8% 0.36% -
XYZ 2.46 1.54 10.06 -
YUV 29.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 18 24 91 0.80 0.74 0 0.64 235.07 0.67 0.21
Hex 12 18 5B 50 4A 0 40 EB 43 15
Octal 22 30 133 120 112 0 100 353 103 25
Binary 10010 11000 1011011 1010000 1001010 0 1000000 11101011 1000011 10101

Color Harmonies of #12185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12185B

Black with #12185B

Text Example


Text Example

White with #12185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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