Html Css Color HEX #1413B4 New Midnight Blue

📋 copy color: '#1413B4'

red 20 ◦ green 19 ◦ blue 180

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

Shades of New Midnight Blue #1413B4

Tints of New Midnight Blue #1413B4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 9.13%
G = 8.68%
B = 82.19%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1413B4 (or 0x1413B4) is known color: New Midnight Blue. HEX triplet: 14, 13 and B4. RGB value is (20,19,180). Sum of RGB (Red+Green+Blue) = 20+19+180=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 180 (70.70% from 255 or 82.19% from 219); Max value from RGB is 180 - color contains mainly: blue. Hex color #1413B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1413B4 is #EBEC4B. Grayscale: #252525. Windows color (decimal): -15461452 or 11801364. OLE color: 11801364.

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

Color convert

RGB 20 19 180 -
CMYK 0.89 0.89 0 0.29
HSL 240.37º 0.81% 0.39% -
HSV(B) 240.37º 0.89% 0.71% -
XYZ 8.76 3.91 43.47 -
YUV 37.65 208.33 115.41 -
System Red Green Blue C M Y K H S L
Decimal 20 19 180 0.89 0.89 0 0.29 240.37 0.81 0.39
Hex 14 13 B4 59 59 0 1D F0 51 27
Octal 24 23 264 131 131 0 35 360 121 47
Binary 10100 10011 10110100 1011001 1011001 0 11101 11110000 1010001 100111

Color Harmonies of #1413B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1413B4

Black with #1413B4

Text Example


Text Example

White with #1413B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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