Html Css Color HEX #1207AC New Midnight Blue

📋 copy color: '#1207AC'

red 18 ◦ green 7 ◦ blue 172

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

Shades of New Midnight Blue #1207AC

Tints of New Midnight Blue #1207AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

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

R = 9.14%
G = 3.55%
B = 87.31%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1207AC (or 0x1207AC) is known color: New Midnight Blue. HEX triplet: 12, 07 and AC. RGB value is (18,7,172). Sum of RGB (Red+Green+Blue) = 18+7+172=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #1207AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1207AC is #EDF853. Grayscale: #1C1C1C. Windows color (decimal): -15595604 or 11274002. OLE color: 11274002.

HSL color Cylindrical-coordinate representation of color #1207AC: hue angle of 244º degrees, saturation: 0.92, 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 #1207AC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 7 172 -
CMYK 0.90 0.96 0 0.33
HSL 244º 0.92% 0.35% -
HSV(B) 244º 0.96% 0.67% -
XYZ 7.77 3.26 39.25 -
YUV 29.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 18 7 172 0.90 0.96 0 0.33 244 0.92 0.35
Hex 12 7 AC 5A 60 0 21 F4 5C 23
Octal 22 7 254 132 140 0 41 364 134 43
Binary 10010 111 10101100 1011010 1100000 0 100001 11110100 1011100 100011

Color Harmonies of #1207AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1207AC

Black with #1207AC

Text Example


Text Example

White with #1207AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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