Html Css Color HEX #12096B Midnight Blue

📋 copy color: '#12096B'

red 18 ◦ green 9 ◦ blue 107

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

Shades of Midnight Blue #12096B

Tints of Midnight Blue #12096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 79.85%

R = 13.43%
G = 6.72%
B = 79.85%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12096B (or 0x12096B) is known color: Midnight Blue. HEX triplet: 12, 09 and 6B. RGB value is (18,9,107). Sum of RGB (Red+Green+Blue) = 18+9+107=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 107 (42.19% from 255 or 79.85% from 134); Max value from RGB is 107 - color contains mainly: blue. Hex color #12096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12096B is #EDF694. Grayscale: #161616. Windows color (decimal): -15595157 or 7014674. OLE color: 7014674.

HSL color Cylindrical-coordinate representation of color #12096B: hue angle of 245.51º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12096B is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 9 107 -
CMYK 0.83 0.92 0 0.58
HSL 245.51º 0.84% 0.23% -
HSV(B) 245.51º 0.92% 0.42% -
XYZ 3 1.39 14.02 -
YUV 22.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 18 9 107 0.83 0.92 0 0.58 245.51 0.84 0.23
Hex 12 9 6B 53 5C 0 3A F6 54 17
Octal 22 11 153 123 134 0 72 366 124 27
Binary 10010 1001 1101011 1010011 1011100 0 111010 11110110 1010100 10111

Color Harmonies of #12096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12096B

Black with #12096B

Text Example


Text Example

White with #12096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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