Html Css Color HEX #12096C Midnight Blue

📋 copy color: '#12096C'

red 18 ◦ green 9 ◦ blue 108

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

Shades of Midnight Blue #12096C

Tints of Midnight Blue #12096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 80%

R = 13.33%
G = 6.67%
B = 80%

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

#12096C (or 0x12096C) is known color: Midnight Blue. HEX triplet: 12, 09 and 6C. RGB value is (18,9,108). Sum of RGB (Red+Green+Blue) = 18+9+108=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #12096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12096C is #EDF693. Grayscale: #161616. Windows color (decimal): -15595156 or 7080210. OLE color: 7080210.

HSL color Cylindrical-coordinate representation of color #12096C: hue angle of 245.45º degrees, saturation: 0.85, 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 #12096C is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 9 108 -
CMYK 0.83 0.92 0 0.58
HSL 245.45º 0.85% 0.23% -
HSV(B) 245.45º 0.92% 0.42% -
XYZ 3.05 1.41 14.3 -
YUV 22.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 18 9 108 0.83 0.92 0 0.58 245.45 0.85 0.23
Hex 12 9 6C 53 5C 0 3A F5 55 17
Octal 22 11 154 123 134 0 72 365 125 27
Binary 10010 1001 1101100 1010011 1011100 0 111010 11110101 1010101 10111

Color Harmonies of #12096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12096C

Black with #12096C

Text Example


Text Example

White with #12096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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