Html Css Color HEX #130455 Midnight Blue

📋 copy color: '#130455'

red 19 ◦ green 4 ◦ blue 85

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

Shades of Midnight Blue #130455

Tints of Midnight Blue #130455

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 17.59%
G = 3.7%
B = 78.7%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#130455 (or 0x130455) is known color: Midnight Blue. HEX triplet: 13, 04 and 55. RGB value is (19,4,85). Sum of RGB (Red+Green+Blue) = 19+4+85=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #130455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130455 is #ECFBAA. Grayscale: #111111. Windows color (decimal): -15530923 or 5571603. OLE color: 5571603.

HSL color Cylindrical-coordinate representation of color #130455: hue angle of 251.11º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130455 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 4 85 -
CMYK 0.78 0.95 0 0.67
HSL 251.11º 0.91% 0.17% -
HSV(B) 251.11º 0.95% 0.33% -
XYZ 1.95 0.88 8.66 -
YUV 17.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 19 4 85 0.78 0.95 0 0.67 251.11 0.91 0.17
Hex 13 4 55 4E 5F 0 43 FB 5B 11
Octal 23 4 125 116 137 0 103 373 133 21
Binary 10011 100 1010101 1001110 1011111 0 1000011 11111011 1011011 10001

Color Harmonies of #130455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130455

Black with #130455

Text Example


Text Example

White with #130455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130455; }

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

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

background-color css

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

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

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

border-color css

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

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

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