Html Css Color HEX #12095D Midnight Blue

📋 copy color: '#12095D'

red 18 ◦ green 9 ◦ blue 93

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

Shades of Midnight Blue #12095D

Tints of Midnight Blue #12095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

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

R = 15%
G = 7.5%
B = 77.5%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12095D (or 0x12095D) is known color: Midnight Blue. HEX triplet: 12, 09 and 5D. RGB value is (18,9,93). Sum of RGB (Red+Green+Blue) = 18+9+93=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #12095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12095D is #EDF6A2. Grayscale: #141414. Windows color (decimal): -15595171 or 6097170. OLE color: 6097170.

HSL color Cylindrical-coordinate representation of color #12095D: hue angle of 246.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12095D is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 9 93 -
CMYK 0.81 0.90 0 0.64
HSL 246.43º 0.82% 0.2% -
HSV(B) 246.43º 0.9% 0.36% -
XYZ 2.32 1.11 10.45 -
YUV 21.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 18 9 93 0.81 0.90 0 0.64 246.43 0.82 0.2
Hex 12 9 5D 51 5A 0 40 F6 52 14
Octal 22 11 135 121 132 0 100 366 122 24
Binary 10010 1001 1011101 1010001 1011010 0 1000000 11110110 1010010 10100

Color Harmonies of #12095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12095D

Black with #12095D

Text Example


Text Example

White with #12095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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