Html Css Color HEX #130CAB New Midnight Blue

📋 copy color: '#130CAB'

red 19 ◦ green 12 ◦ blue 171

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

Shades of New Midnight Blue #130CAB

Tints of New Midnight Blue #130CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 84.65%

R = 9.41%
G = 5.94%
B = 84.65%

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

#130CAB (or 0x130CAB) is known color: New Midnight Blue. HEX triplet: 13, 0C and AB. RGB value is (19,12,171). Sum of RGB (Red+Green+Blue) = 19+12+171=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #130CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CAB is #ECF354. Grayscale: #1F1F1F. Windows color (decimal): -15528789 or 11209747. OLE color: 11209747.

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

Color convert

RGB 19 12 171 -
CMYK 0.89 0.93 0 0.33
HSL 242.64º 0.87% 0.36% -
HSV(B) 242.64º 0.93% 0.67% -
XYZ 7.75 3.34 38.76 -
YUV 32.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 19 12 171 0.89 0.93 0 0.33 242.64 0.87 0.36
Hex 13 C AB 59 5D 0 21 F3 57 24
Octal 23 14 253 131 135 0 41 363 127 44
Binary 10011 1100 10101011 1011001 1011101 0 100001 11110011 1010111 100100

Color Harmonies of #130CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CAB

Black with #130CAB

Text Example


Text Example

White with #130CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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