Html Css Color HEX #130CAA New Midnight Blue

📋 copy color: '#130CAA'

red 19 ◦ green 12 ◦ blue 170

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

Shades of New Midnight Blue #130CAA

Tints of New Midnight Blue #130CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 84.58%

R = 9.45%
G = 5.97%
B = 84.58%

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

#130CAA (or 0x130CAA) is known color: New Midnight Blue. HEX triplet: 13, 0C and AA. RGB value is (19,12,170). Sum of RGB (Red+Green+Blue) = 19+12+170=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #130CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CAA is #ECF355. Grayscale: #1F1F1F. Windows color (decimal): -15528790 or 11144211. OLE color: 11144211.

HSL color Cylindrical-coordinate representation of color #130CAA: hue angle of 242.66º 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 #130CAA is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 12 170 -
CMYK 0.89 0.93 0 0.33
HSL 242.66º 0.87% 0.36% -
HSV(B) 242.66º 0.93% 0.67% -
XYZ 7.66 3.3 38.26 -
YUV 32.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 19 12 170 0.89 0.93 0 0.33 242.66 0.87 0.36
Hex 13 C AA 59 5D 0 21 F3 57 24
Octal 23 14 252 131 135 0 41 363 127 44
Binary 10011 1100 10101010 1011001 1011101 0 100001 11110011 1010111 100100

Color Harmonies of #130CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CAA

Black with #130CAA

Text Example


Text Example

White with #130CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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