Html Css Color HEX #130CAE New Midnight Blue

📋 copy color: '#130CAE'

red 19 ◦ green 12 ◦ blue 174

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

Shades of New Midnight Blue #130CAE

Tints of New Midnight Blue #130CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 9.27%
G = 5.85%
B = 84.88%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#130CAE (or 0x130CAE) is known color: New Midnight Blue. HEX triplet: 13, 0C and AE. RGB value is (19,12,174). Sum of RGB (Red+Green+Blue) = 19+12+174=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #130CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CAE is #ECF351. Grayscale: #1F1F1F. Windows color (decimal): -15528786 or 11406355. OLE color: 11406355.

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

Color convert

RGB 19 12 174 -
CMYK 0.89 0.93 0 0.32
HSL 242.59º 0.87% 0.36% -
HSV(B) 242.59º 0.93% 0.68% -
XYZ 8.04 3.46 40.29 -
YUV 32.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 19 12 174 0.89 0.93 0 0.32 242.59 0.87 0.36
Hex 13 C AE 59 5D 0 20 F3 57 24
Octal 23 14 256 131 135 0 40 363 127 44
Binary 10011 1100 10101110 1011001 1011101 0 100000 11110011 1010111 100100

Color Harmonies of #130CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CAE

Black with #130CAE

Text Example


Text Example

White with #130CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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