Html Css Color HEX #1308AD New Midnight Blue

📋 copy color: '#1308AD'

red 19 ◦ green 8 ◦ blue 173

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

Shades of New Midnight Blue #1308AD

Tints of New Midnight Blue #1308AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 173 (67.97% from 255) = 86.5%

R = 9.5%
G = 4%
B = 86.5%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1308AD (or 0x1308AD) is known color: New Midnight Blue. HEX triplet: 13, 08 and AD. RGB value is (19,8,173). Sum of RGB (Red+Green+Blue) = 19+8+173=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #1308AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1308AD is #ECF752. Grayscale: #1D1D1D. Windows color (decimal): -15529811 or 11339795. OLE color: 11339795.

HSL color Cylindrical-coordinate representation of color #1308AD: hue angle of 244º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1308AD is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 8 173 -
CMYK 0.89 0.95 0 0.32
HSL 244º 0.91% 0.35% -
HSV(B) 244º 0.95% 0.68% -
XYZ 7.9 3.33 39.76 -
YUV 30.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 19 8 173 0.89 0.95 0 0.32 244 0.91 0.35
Hex 13 8 AD 59 5F 0 20 F4 5B 23
Octal 23 10 255 131 137 0 40 364 133 43
Binary 10011 1000 10101101 1011001 1011111 0 100000 11110100 1011011 100011

Color Harmonies of #1308AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308AD

Black with #1308AD

Text Example


Text Example

White with #1308AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1308AD; }

 p { color: rgb(19,8,173); }

 H1.HeaderClassName
 {
   color: #1308AD;
 }
 .AnyTagClassName
 {
   color: #1308AD;
 }
</style>

background-color css

<style>
 a { background-color: #1308AD; }

 a { background-color: rgb(19,8,173); }

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

border-color css

<style>
 span { border-color: #1308AD; }

 span { border-color: rgb(19,8,173); }

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