Html Css Color HEX #130FAE New Midnight Blue

📋 copy color: '#130FAE'

red 19 ◦ green 15 ◦ blue 174

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

Shades of New Midnight Blue #130FAE

Tints of New Midnight Blue #130FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

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

R = 9.13%
G = 7.21%
B = 83.65%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#130FAE (or 0x130FAE) is known color: New Midnight Blue. HEX triplet: 13, 0F and AE. RGB value is (19,15,174). Sum of RGB (Red+Green+Blue) = 19+15+174=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #130FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130FAE is #ECF051. Grayscale: #212121. Windows color (decimal): -15528018 or 11407123. OLE color: 11407123.

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

Color convert

RGB 19 15 174 -
CMYK 0.89 0.91 0 0.32
HSL 241.51º 0.84% 0.37% -
HSV(B) 241.51º 0.91% 0.68% -
XYZ 8.08 3.54 40.3 -
YUV 34.32 206.83 117.07 -
System Red Green Blue C M Y K H S L
Decimal 19 15 174 0.89 0.91 0 0.32 241.51 0.84 0.37
Hex 13 F AE 59 5B 0 20 F2 54 25
Octal 23 17 256 131 133 0 40 362 124 45
Binary 10011 1111 10101110 1011001 1011011 0 100000 11110010 1010100 100101

Color Harmonies of #130FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FAE

Black with #130FAE

Text Example


Text Example

White with #130FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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