Html Css Color HEX #130DB4 New Midnight Blue

📋 copy color: '#130DB4'

red 19 ◦ green 13 ◦ blue 180

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

Shades of New Midnight Blue #130DB4

Tints of New Midnight Blue #130DB4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 180 (70.7% from 255) = 84.91%

R = 8.96%
G = 6.13%
B = 84.91%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#130DB4 (or 0x130DB4) is known color: New Midnight Blue. HEX triplet: 13, 0D and B4. RGB value is (19,13,180). Sum of RGB (Red+Green+Blue) = 19+13+180=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 180 (70.70% from 255 or 84.91% from 212); Max value from RGB is 180 - color contains mainly: blue. Hex color #130DB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DB4 is #ECF24B. Grayscale: #212121. Windows color (decimal): -15528524 or 11799827. OLE color: 11799827.

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

Color convert

RGB 19 13 180 -
CMYK 0.89 0.93 0 0.29
HSL 242.16º 0.87% 0.38% -
HSV(B) 242.16º 0.93% 0.71% -
XYZ 8.65 3.72 43.44 -
YUV 33.83 210.49 117.42 -
System Red Green Blue C M Y K H S L
Decimal 19 13 180 0.89 0.93 0 0.29 242.16 0.87 0.38
Hex 13 D B4 59 5D 0 1D F2 57 26
Octal 23 15 264 131 135 0 35 362 127 46
Binary 10011 1101 10110100 1011001 1011101 0 11101 11110010 1010111 100110

Color Harmonies of #130DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DB4

Black with #130DB4

Text Example


Text Example

White with #130DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,180); }

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

background-color css

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

 a { background-color: rgb(19,13,180); }

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

border-color css

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

 span { border-color: rgb(19,13,180); }

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