Html Css Color HEX #130068 Midnight Blue

📋 copy color: '#130068'

red 19 ◦ green 0 ◦ blue 104

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

Shades of Midnight Blue #130068

Tints of Midnight Blue #130068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.45%
G = 0%
B = 84.55%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130068 (or 0x130068) is known color: Midnight Blue. HEX triplet: 13, 00 and 68. RGB value is (19,0,104). Sum of RGB (Red+Green+Blue) = 19+0+104=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #130068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130068 is #ECFF97. Grayscale: #111111. Windows color (decimal): -15531928 or 6815763. OLE color: 6815763.

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

Color convert

RGB 19 0 104 -
CMYK 0.82 1 0 0.59
HSL 250.96º 1% 0.2% -
HSV(B) 250.96º 1% 0.41% -
XYZ 2.77 1.14 13.17 -
YUV 17.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 19 0 104 0.82 1 0 0.59 250.96 1 0.2
Hex 13 0 68 52 64 0 3B FB 64 14
Octal 23 0 150 122 144 0 73 373 144 24
Binary 10011 0 1101000 1010010 1100100 0 111011 11111011 1100100 10100

Color Harmonies of #130068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130068

Black with #130068

Text Example


Text Example

White with #130068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130068; }

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

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

background-color css

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

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

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

border-color css

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

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

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