Html Css Color HEX #1409AC New Midnight Blue

📋 copy color: '#1409AC'

red 20 ◦ green 9 ◦ blue 172

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

Shades of New Midnight Blue #1409AC

Tints of New Midnight Blue #1409AC

RGB

 RED value IS 20 (8.2% from 255) = 9.95%

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 9.95%
G = 4.48%
B = 85.57%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1409AC (or 0x1409AC) is known color: New Midnight Blue. HEX triplet: 14, 09 and AC. RGB value is (20,9,172). Sum of RGB (Red+Green+Blue) = 20+9+172=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #1409AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1409AC is #EBF653. Grayscale: #1E1E1E. Windows color (decimal): -15464020 or 11274516. OLE color: 11274516.

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

Color convert

RGB 20 9 172 -
CMYK 0.88 0.95 0 0.33
HSL 244.05º 0.9% 0.35% -
HSV(B) 244.05º 0.95% 0.67% -
XYZ 7.83 3.32 39.26 -
YUV 30.87 207.64 120.25 -
System Red Green Blue C M Y K H S L
Decimal 20 9 172 0.88 0.95 0 0.33 244.05 0.9 0.35
Hex 14 9 AC 58 5F 0 21 F4 5A 23
Octal 24 11 254 130 137 0 41 364 132 43
Binary 10100 1001 10101100 1011000 1011111 0 100001 11110100 1011010 100011

Color Harmonies of #1409AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409AC

Black with #1409AC

Text Example


Text Example

White with #1409AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,9,172); }

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

background-color css

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

 a { background-color: rgb(20,9,172); }

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

border-color css

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

 span { border-color: rgb(20,9,172); }

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