Html Css Color HEX #130B7B Midnight Blue

📋 copy color: '#130B7B'

red 19 ◦ green 11 ◦ blue 123

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

Shades of Midnight Blue #130B7B

Tints of Midnight Blue #130B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 80.39%

R = 12.42%
G = 7.19%
B = 80.39%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#130B7B (or 0x130B7B) is known color: Midnight Blue. HEX triplet: 13, 0B and 7B. RGB value is (19,11,123). Sum of RGB (Red+Green+Blue) = 19+11+123=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 123 (48.44% from 255 or 80.39% from 153); Max value from RGB is 123 - color contains mainly: blue. Hex color #130B7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B7B is #ECF484. Grayscale: #191919. Windows color (decimal): -15529093 or 8063763. OLE color: 8063763.

HSL color Cylindrical-coordinate representation of color #130B7B: hue angle of 244.29º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130B7B is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 11 123 -
CMYK 0.85 0.91 0 0.52
HSL 244.29º 0.84% 0.26% -
HSV(B) 244.29º 0.91% 0.48% -
XYZ 3.96 1.81 18.88 -
YUV 26.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 19 11 123 0.85 0.91 0 0.52 244.29 0.84 0.26
Hex 13 B 7B 55 5B 0 34 F4 54 1A
Octal 23 13 173 125 133 0 64 364 124 32
Binary 10011 1011 1111011 1010101 1011011 0 110100 11110100 1010100 11010

Color Harmonies of #130B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B7B

Black with #130B7B

Text Example


Text Example

White with #130B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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