Html Css Color HEX #1206AC New Midnight Blue

📋 copy color: '#1206AC'

red 18 ◦ green 6 ◦ blue 172

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

Shades of New Midnight Blue #1206AC

Tints of New Midnight Blue #1206AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 87.76%

R = 9.18%
G = 3.06%
B = 87.76%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1206AC (or 0x1206AC) is known color: New Midnight Blue. HEX triplet: 12, 06 and AC. RGB value is (18,6,172). Sum of RGB (Red+Green+Blue) = 18+6+172=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #1206AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1206AC is #EDF953. Grayscale: #1B1B1B. Windows color (decimal): -15595860 or 11273746. OLE color: 11273746.

HSL color Cylindrical-coordinate representation of color #1206AC: hue angle of 244.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1206AC is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 6 172 -
CMYK 0.90 0.97 0 0.33
HSL 244.34º 0.93% 0.35% -
HSV(B) 244.34º 0.97% 0.67% -
XYZ 7.76 3.24 39.25 -
YUV 28.51 208.98 120.5 -
System Red Green Blue C M Y K H S L
Decimal 18 6 172 0.90 0.97 0 0.33 244.34 0.93 0.35
Hex 12 6 AC 5A 61 0 21 F4 5D 23
Octal 22 6 254 132 141 0 41 364 135 43
Binary 10010 110 10101100 1011010 1100001 0 100001 11110100 1011101 100011

Color Harmonies of #1206AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206AC

Black with #1206AC

Text Example


Text Example

White with #1206AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1206AC; }

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

 H1.HeaderClassName
 {
   color: #1206AC;
 }
 .AnyTagClassName
 {
   color: #1206AC;
 }
</style>

background-color css

<style>
 a { background-color: #1206AC; }

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

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

border-color css

<style>
 span { border-color: #1206AC; }

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

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