Html Css Color HEX #1410B4 New Midnight Blue

📋 copy color: '#1410B4'

red 20 ◦ green 16 ◦ blue 180

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

Shades of New Midnight Blue #1410B4

Tints of New Midnight Blue #1410B4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 180 (70.7% from 255) = 83.33%

R = 9.26%
G = 7.41%
B = 83.33%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1410B4 (or 0x1410B4) is known color: New Midnight Blue. HEX triplet: 14, 10 and B4. RGB value is (20,16,180). Sum of RGB (Red+Green+Blue) = 20+16+180=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 180 (70.70% from 255 or 83.33% from 216); Max value from RGB is 180 - color contains mainly: blue. Hex color #1410B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1410B4 is #EBEF4B. Grayscale: #232323. Windows color (decimal): -15462220 or 11800596. OLE color: 11800596.

HSL color Cylindrical-coordinate representation of color #1410B4: hue angle of 241.46º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1410B4 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 16 180 -
CMYK 0.89 0.91 0 0.29
HSL 241.46º 0.84% 0.38% -
HSV(B) 241.46º 0.91% 0.71% -
XYZ 8.71 3.81 43.46 -
YUV 35.89 209.33 116.66 -
System Red Green Blue C M Y K H S L
Decimal 20 16 180 0.89 0.91 0 0.29 241.46 0.84 0.38
Hex 14 10 B4 59 5B 0 1D F1 54 26
Octal 24 20 264 131 133 0 35 361 124 46
Binary 10100 10000 10110100 1011001 1011011 0 11101 11110001 1010100 100110

Color Harmonies of #1410B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1410B4

Black with #1410B4

Text Example


Text Example

White with #1410B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1410B4; }

 p { color: rgb(20,16,180); }

 H1.HeaderClassName
 {
   color: #1410B4;
 }
 .AnyTagClassName
 {
   color: #1410B4;
 }
</style>

background-color css

<style>
 a { background-color: #1410B4; }

 a { background-color: rgb(20,16,180); }

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

border-color css

<style>
 span { border-color: #1410B4; }

 span { border-color: rgb(20,16,180); }

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