Html Css Color HEX #130B5C Midnight Blue

📋 copy color: '#130B5C'

red 19 ◦ green 11 ◦ blue 92

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

Shades of Midnight Blue #130B5C

Tints of Midnight Blue #130B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 75.41%

R = 15.57%
G = 9.02%
B = 75.41%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#130B5C (or 0x130B5C) is known color: Midnight Blue. HEX triplet: 13, 0B and 5C. RGB value is (19,11,92). Sum of RGB (Red+Green+Blue) = 19+11+92=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #130B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B5C is #ECF4A3. Grayscale: #161616. Windows color (decimal): -15529124 or 6032147. OLE color: 6032147.

HSL color Cylindrical-coordinate representation of color #130B5C: hue angle of 245.93º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130B5C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 11 92 -
CMYK 0.79 0.88 0 0.64
HSL 245.93º 0.79% 0.2% -
HSV(B) 245.93º 0.88% 0.36% -
XYZ 2.32 1.15 10.23 -
YUV 22.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 19 11 92 0.79 0.88 0 0.64 245.93 0.79 0.2
Hex 13 B 5C 4F 58 0 40 F6 4F 14
Octal 23 13 134 117 130 0 100 366 117 24
Binary 10011 1011 1011100 1001111 1011000 0 1000000 11110110 1001111 10100

Color Harmonies of #130B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B5C

Black with #130B5C

Text Example


Text Example

White with #130B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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