Html Css Color HEX #130B5E Midnight Blue

📋 copy color: '#130B5E'

red 19 ◦ green 11 ◦ blue 94

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

Shades of Midnight Blue #130B5E

Tints of Midnight Blue #130B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 75.81%

R = 15.32%
G = 8.87%
B = 75.81%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#130B5E (or 0x130B5E) is known color: Midnight Blue. HEX triplet: 13, 0B and 5E. RGB value is (19,11,94). Sum of RGB (Red+Green+Blue) = 19+11+94=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #130B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B5E is #ECF4A1. Grayscale: #161616. Windows color (decimal): -15529122 or 6163219. OLE color: 6163219.

HSL color Cylindrical-coordinate representation of color #130B5E: hue angle of 245.78º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130B5E is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 11 94 -
CMYK 0.80 0.88 0 0.63
HSL 245.78º 0.79% 0.21% -
HSV(B) 245.78º 0.88% 0.37% -
XYZ 2.41 1.19 10.69 -
YUV 22.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 19 11 94 0.80 0.88 0 0.63 245.78 0.79 0.21
Hex 13 B 5E 50 58 0 3F F6 4F 15
Octal 23 13 136 120 130 0 77 366 117 25
Binary 10011 1011 1011110 1010000 1011000 0 111111 11110110 1001111 10101

Color Harmonies of #130B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B5E

Black with #130B5E

Text Example


Text Example

White with #130B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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