Html Css Color HEX #1206AA New Midnight Blue

📋 copy color: '#1206AA'

red 18 ◦ green 6 ◦ blue 170

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

Shades of New Midnight Blue #1206AA

Tints of New Midnight Blue #1206AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 87.63%

R = 9.28%
G = 3.09%
B = 87.63%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1206AA (or 0x1206AA) is known color: New Midnight Blue. HEX triplet: 12, 06 and AA. RGB value is (18,6,170). Sum of RGB (Red+Green+Blue) = 18+6+170=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #1206AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1206AA is #EDF955. Grayscale: #1B1B1B. Windows color (decimal): -15595862 or 11142674. OLE color: 11142674.

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

Color convert

RGB 18 6 170 -
CMYK 0.89 0.96 0 0.33
HSL 244.39º 0.93% 0.35% -
HSV(B) 244.39º 0.96% 0.67% -
XYZ 7.57 3.16 38.24 -
YUV 28.28 207.98 120.66 -
System Red Green Blue C M Y K H S L
Decimal 18 6 170 0.89 0.96 0 0.33 244.39 0.93 0.35
Hex 12 6 AA 59 60 0 21 F4 5D 23
Octal 22 6 252 131 140 0 41 364 135 43
Binary 10010 110 10101010 1011001 1100000 0 100001 11110100 1011101 100011

Color Harmonies of #1206AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206AA

Black with #1206AA

Text Example


Text Example

White with #1206AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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