Html Css Color HEX #1206AB New Midnight Blue

📋 copy color: '#1206AB'

red 18 ◦ green 6 ◦ blue 171

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

Shades of New Midnight Blue #1206AB

Tints of New Midnight Blue #1206AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 87.69%

R = 9.23%
G = 3.08%
B = 87.69%

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

#1206AB (or 0x1206AB) is known color: New Midnight Blue. HEX triplet: 12, 06 and AB. RGB value is (18,6,171). Sum of RGB (Red+Green+Blue) = 18+6+171=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #1206AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1206AB is #EDF954. Grayscale: #1B1B1B. Windows color (decimal): -15595861 or 11208210. OLE color: 11208210.

HSL color Cylindrical-coordinate representation of color #1206AB: hue angle of 244.36º 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 #1206AB is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 6 171 -
CMYK 0.89 0.96 0 0.33
HSL 244.36º 0.93% 0.35% -
HSV(B) 244.36º 0.96% 0.67% -
XYZ 7.67 3.2 38.74 -
YUV 28.4 208.48 120.58 -
System Red Green Blue C M Y K H S L
Decimal 18 6 171 0.89 0.96 0 0.33 244.36 0.93 0.35
Hex 12 6 AB 59 60 0 21 F4 5D 23
Octal 22 6 253 131 140 0 41 364 135 43
Binary 10010 110 10101011 1011001 1100000 0 100001 11110100 1011101 100011

Color Harmonies of #1206AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206AB

Black with #1206AB

Text Example


Text Example

White with #1206AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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