Html Css Color HEX #1314B3 New Midnight Blue

📋 copy color: '#1314B3'

red 19 ◦ green 20 ◦ blue 179

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

Shades of New Midnight Blue #1314B3

Tints of New Midnight Blue #1314B3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 179 (70.31% from 255) = 82.11%

R = 8.72%
G = 9.17%
B = 82.11%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1314B3 (or 0x1314B3) is known color: New Midnight Blue. HEX triplet: 13, 14 and B3. RGB value is (19,20,179). Sum of RGB (Red+Green+Blue) = 19+20+179=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 179 (70.31% from 255 or 82.11% from 218); Max value from RGB is 179 - color contains mainly: blue. Hex color #1314B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314B3 is #ECEB4C. Grayscale: #252525. Windows color (decimal): -15526733 or 11736083. OLE color: 11736083.

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

Color convert

RGB 19 20 179 -
CMYK 0.89 0.89 0 0.30
HSL 239.63º 0.81% 0.39% -
HSV(B) 239.63º 0.89% 0.7% -
XYZ 8.66 3.89 42.94 -
YUV 37.83 207.67 114.57 -
System Red Green Blue C M Y K H S L
Decimal 19 20 179 0.89 0.89 0 0.30 239.63 0.81 0.39
Hex 13 14 B3 59 59 0 1E F0 51 27
Octal 23 24 263 131 131 0 36 360 121 47
Binary 10011 10100 10110011 1011001 1011001 0 11110 11110000 1010001 100111

Color Harmonies of #1314B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1314B3

Black with #1314B3

Text Example


Text Example

White with #1314B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1314B3; }

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

 H1.HeaderClassName
 {
   color: #1314B3;
 }
 .AnyTagClassName
 {
   color: #1314B3;
 }
</style>

background-color css

<style>
 a { background-color: #1314B3; }

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

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

border-color css

<style>
 span { border-color: #1314B3; }

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

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