Html Css Color HEX #130CAC New Midnight Blue

📋 copy color: '#130CAC'

red 19 ◦ green 12 ◦ blue 172

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

Shades of New Midnight Blue #130CAC

Tints of New Midnight Blue #130CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 84.73%

R = 9.36%
G = 5.91%
B = 84.73%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#130CAC (or 0x130CAC) is known color: New Midnight Blue. HEX triplet: 13, 0C and AC. RGB value is (19,12,172). Sum of RGB (Red+Green+Blue) = 19+12+172=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #130CAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CAC is #ECF353. Grayscale: #1F1F1F. Windows color (decimal): -15528788 or 11275283. OLE color: 11275283.

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

Color convert

RGB 19 12 172 -
CMYK 0.89 0.93 0 0.33
HSL 242.63º 0.87% 0.36% -
HSV(B) 242.63º 0.93% 0.67% -
XYZ 7.85 3.38 39.27 -
YUV 32.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 19 12 172 0.89 0.93 0 0.33 242.63 0.87 0.36
Hex 13 C AC 59 5D 0 21 F3 57 24
Octal 23 14 254 131 135 0 41 363 127 44
Binary 10011 1100 10101100 1011001 1011101 0 100001 11110011 1010111 100100

Color Harmonies of #130CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CAC

Black with #130CAC

Text Example


Text Example

White with #130CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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