Html Css Color HEX #12066A Midnight Blue

📋 copy color: '#12066A'

red 18 ◦ green 6 ◦ blue 106

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

Shades of Midnight Blue #12066A

Tints of Midnight Blue #12066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

 BLUE value IS 106 (41.8% from 255) = 81.54%

R = 13.85%
G = 4.62%
B = 81.54%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12066A (or 0x12066A) is known color: Midnight Blue. HEX triplet: 12, 06 and 6A. RGB value is (18,6,106). Sum of RGB (Red+Green+Blue) = 18+6+106=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 106 (41.80% from 255 or 81.54% from 130); Max value from RGB is 106 - color contains mainly: blue. Hex color #12066A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12066A is #EDF995. Grayscale: #141414. Windows color (decimal): -15595926 or 6948370. OLE color: 6948370.

HSL color Cylindrical-coordinate representation of color #12066A: hue angle of 247.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12066A is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 6 106 -
CMYK 0.83 0.94 0 0.58
HSL 247.2º 0.89% 0.22% -
HSV(B) 247.2º 0.94% 0.42% -
XYZ 2.92 1.3 13.73 -
YUV 20.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 18 6 106 0.83 0.94 0 0.58 247.2 0.89 0.22
Hex 12 6 6A 53 5E 0 3A F7 59 16
Octal 22 6 152 123 136 0 72 367 131 26
Binary 10010 110 1101010 1010011 1011110 0 111010 11110111 1011001 10110

Color Harmonies of #12066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12066A

Black with #12066A

Text Example


Text Example

White with #12066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,6,106); }

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

background-color css

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

 a { background-color: rgb(18,6,106); }

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

border-color css

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

 span { border-color: rgb(18,6,106); }

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