Html Css Color HEX #130A55 Midnight Blue

📋 copy color: '#130A55'

red 19 ◦ green 10 ◦ blue 85

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

Shades of Midnight Blue #130A55

Tints of Midnight Blue #130A55

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.77%

 BLUE value IS 85 (33.59% from 255) = 74.56%

R = 16.67%
G = 8.77%
B = 74.56%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#130A55 (or 0x130A55) is known color: Midnight Blue. HEX triplet: 13, 0A and 55. RGB value is (19,10,85). Sum of RGB (Red+Green+Blue) = 19+10+85=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #130A55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A55 is #ECF5AA. Grayscale: #141414. Windows color (decimal): -15529387 or 5573139. OLE color: 5573139.

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

Color convert

RGB 19 10 85 -
CMYK 0.78 0.88 0 0.67
HSL 247.2º 0.79% 0.19% -
HSV(B) 247.2º 0.88% 0.33% -
XYZ 2.02 1.01 8.68 -
YUV 21.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 19 10 85 0.78 0.88 0 0.67 247.2 0.79 0.19
Hex 13 A 55 4E 58 0 43 F7 4F 13
Octal 23 12 125 116 130 0 103 367 117 23
Binary 10011 1010 1010101 1001110 1011000 0 1000011 11110111 1001111 10011

Color Harmonies of #130A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A55

Black with #130A55

Text Example


Text Example

White with #130A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,85); }

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

background-color css

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

 a { background-color: rgb(19,10,85); }

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

border-color css

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

 span { border-color: rgb(19,10,85); }

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