Html Css Color HEX #1207AB New Midnight Blue

📋 copy color: '#1207AB'

red 18 ◦ green 7 ◦ blue 171

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

Shades of New Midnight Blue #1207AB

Tints of New Midnight Blue #1207AB

RGB

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

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

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

R = 9.18%
G = 3.57%
B = 87.24%

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

#1207AB (or 0x1207AB) is known color: New Midnight Blue. HEX triplet: 12, 07 and AB. RGB value is (18,7,171). Sum of RGB (Red+Green+Blue) = 18+7+171=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #1207AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1207AB is #EDF854. Grayscale: #1C1C1C. Windows color (decimal): -15595605 or 11208466. OLE color: 11208466.

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

Color convert

RGB 18 7 171 -
CMYK 0.89 0.96 0 0.33
HSL 244.02º 0.92% 0.35% -
HSV(B) 244.02º 0.96% 0.67% -
XYZ 7.68 3.22 38.75 -
YUV 28.99 208.14 120.16 -
System Red Green Blue C M Y K H S L
Decimal 18 7 171 0.89 0.96 0 0.33 244.02 0.92 0.35
Hex 12 7 AB 59 60 0 21 F4 5C 23
Octal 22 7 253 131 140 0 41 364 134 43
Binary 10010 111 10101011 1011001 1100000 0 100001 11110100 1011100 100011

Color Harmonies of #1207AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1207AB

Black with #1207AB

Text Example


Text Example

White with #1207AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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