Html Css Color HEX #130BAB New Midnight Blue

📋 copy color: '#130BAB'

red 19 ◦ green 11 ◦ blue 171

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

Shades of New Midnight Blue #130BAB

Tints of New Midnight Blue #130BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

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

R = 9.45%
G = 5.47%
B = 85.07%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#130BAB (or 0x130BAB) is known color: New Midnight Blue. HEX triplet: 13, 0B and AB. RGB value is (19,11,171). Sum of RGB (Red+Green+Blue) = 19+11+171=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #130BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BAB is #ECF454. Grayscale: #1F1F1F. Windows color (decimal): -15529045 or 11209491. OLE color: 11209491.

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

Color convert

RGB 19 11 171 -
CMYK 0.89 0.94 0 0.33
HSL 243º 0.88% 0.36% -
HSV(B) 243º 0.94% 0.67% -
XYZ 7.74 3.32 38.76 -
YUV 31.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 19 11 171 0.89 0.94 0 0.33 243 0.88 0.36
Hex 13 B AB 59 5E 0 21 F3 58 24
Octal 23 13 253 131 136 0 41 363 130 44
Binary 10011 1011 10101011 1011001 1011110 0 100001 11110011 1011000 100100

Color Harmonies of #130BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BAB

Black with #130BAB

Text Example


Text Example

White with #130BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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