Html Css Color HEX #1316B4 New Midnight Blue

📋 copy color: '#1316B4'

red 19 ◦ green 22 ◦ blue 180

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

Shades of New Midnight Blue #1316B4

Tints of New Midnight Blue #1316B4

RGB

 RED value IS 19 (7.81% from 255) = 8.6%

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 8.6%
G = 9.95%
B = 81.45%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1316B4 (or 0x1316B4) is known color: New Midnight Blue. HEX triplet: 13, 16 and B4. RGB value is (19,22,180). Sum of RGB (Red+Green+Blue) = 19+22+180=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 180 (70.70% from 255 or 81.45% from 221); Max value from RGB is 180 - color contains mainly: blue. Hex color #1316B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316B4 is #ECE94B. Grayscale: #262626. Windows color (decimal): -15526220 or 11802131. OLE color: 11802131.

HSL color Cylindrical-coordinate representation of color #1316B4: hue angle of 238.88º 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 #1316B4 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 22 180 -
CMYK 0.89 0.88 0 0.29
HSL 238.88º 0.81% 0.39% -
HSV(B) 238.88º 0.89% 0.71% -
XYZ 8.79 4.01 43.49 -
YUV 39.12 207.51 113.65 -
System Red Green Blue C M Y K H S L
Decimal 19 22 180 0.89 0.88 0 0.29 238.88 0.81 0.39
Hex 13 16 B4 59 58 0 1D EF 51 27
Octal 23 26 264 131 130 0 35 357 121 47
Binary 10011 10110 10110100 1011001 1011000 0 11101 11101111 1010001 100111

Color Harmonies of #1316B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1316B4

Black with #1316B4

Text Example


Text Example

White with #1316B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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