Html Css Color HEX #130568 Midnight Blue

📋 copy color: '#130568'

red 19 ◦ green 5 ◦ blue 104

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

Shades of Midnight Blue #130568

Tints of Midnight Blue #130568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.91%

 BLUE value IS 104 (41.02% from 255) = 81.25%

R = 14.84%
G = 3.91%
B = 81.25%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130568 (or 0x130568) is known color: Midnight Blue. HEX triplet: 13, 05 and 68. RGB value is (19,5,104). Sum of RGB (Red+Green+Blue) = 19+5+104=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #130568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130568 is #ECFA97. Grayscale: #141414. Windows color (decimal): -15530648 or 6817043. OLE color: 6817043.

HSL color Cylindrical-coordinate representation of color #130568: hue angle of 248.48º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130568 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 5 104 -
CMYK 0.82 0.95 0 0.59
HSL 248.48º 0.91% 0.21% -
HSV(B) 248.48º 0.95% 0.41% -
XYZ 2.82 1.25 13.19 -
YUV 20.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 19 5 104 0.82 0.95 0 0.59 248.48 0.91 0.21
Hex 13 5 68 52 5F 0 3B F8 5B 15
Octal 23 5 150 122 137 0 73 370 133 25
Binary 10011 101 1101000 1010010 1011111 0 111011 11111000 1011011 10101

Color Harmonies of #130568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130568

Black with #130568

Text Example


Text Example

White with #130568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130568; }

 p { color: rgb(19,5,104); }

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

background-color css

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

 a { background-color: rgb(19,5,104); }

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

border-color css

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

 span { border-color: rgb(19,5,104); }

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