Html Css Color HEX #130AAE New Midnight Blue

📋 copy color: '#130AAE'

red 19 ◦ green 10 ◦ blue 174

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

Shades of New Midnight Blue #130AAE

Tints of New Midnight Blue #130AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 174 (68.36% from 255) = 85.71%

R = 9.36%
G = 4.93%
B = 85.71%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#130AAE (or 0x130AAE) is known color: New Midnight Blue. HEX triplet: 13, 0A and AE. RGB value is (19,10,174). Sum of RGB (Red+Green+Blue) = 19+10+174=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #130AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130AAE is #ECF551. Grayscale: #1E1E1E. Windows color (decimal): -15529298 or 11405843. OLE color: 11405843.

HSL color Cylindrical-coordinate representation of color #130AAE: hue angle of 243.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AAE is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 10 174 -
CMYK 0.89 0.94 0 0.32
HSL 243.29º 0.89% 0.36% -
HSV(B) 243.29º 0.94% 0.68% -
XYZ 8.02 3.41 40.28 -
YUV 31.39 208.48 119.16 -
System Red Green Blue C M Y K H S L
Decimal 19 10 174 0.89 0.94 0 0.32 243.29 0.89 0.36
Hex 13 A AE 59 5E 0 20 F3 59 24
Octal 23 12 256 131 136 0 40 363 131 44
Binary 10011 1010 10101110 1011001 1011110 0 100000 11110011 1011001 100100

Color Harmonies of #130AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130AAE

Black with #130AAE

Text Example


Text Example

White with #130AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130AAE; }

 p { color: rgb(19,10,174); }

 H1.HeaderClassName
 {
   color: #130AAE;
 }
 .AnyTagClassName
 {
   color: #130AAE;
 }
</style>

background-color css

<style>
 a { background-color: #130AAE; }

 a { background-color: rgb(19,10,174); }

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

border-color css

<style>
 span { border-color: #130AAE; }

 span { border-color: rgb(19,10,174); }

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