Html Css Color HEX #130069 Midnight Blue

📋 copy color: '#130069'

red 19 ◦ green 0 ◦ blue 105

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

Shades of Midnight Blue #130069

Tints of Midnight Blue #130069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 84.68%

R = 15.32%
G = 0%
B = 84.68%

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

#130069 (or 0x130069) is known color: Midnight Blue. HEX triplet: 13, 00 and 69. RGB value is (19,0,105). Sum of RGB (Red+Green+Blue) = 19+0+105=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #130069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130069 is #ECFF96. Grayscale: #111111. Windows color (decimal): -15531927 or 6881299. OLE color: 6881299.

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

Color convert

RGB 19 0 105 -
CMYK 0.82 1 0 0.59
HSL 250.86º 1% 0.21% -
HSV(B) 250.86º 1% 0.41% -
XYZ 2.82 1.16 13.44 -
YUV 17.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 19 0 105 0.82 1 0 0.59 250.86 1 0.21
Hex 13 0 69 52 64 0 3B FB 64 15
Octal 23 0 151 122 144 0 73 373 144 25
Binary 10011 0 1101001 1010010 1100100 0 111011 11111011 1100100 10101

Color Harmonies of #130069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130069

Black with #130069

Text Example


Text Example

White with #130069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130069; }

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

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

background-color css

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

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

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

border-color css

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

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

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