Html Css Color HEX #130066 Midnight Blue

📋 copy color: '#130066'

red 19 ◦ green 0 ◦ blue 102

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

Shades of Midnight Blue #130066

Tints of Midnight Blue #130066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 84.3%

R = 15.7%
G = 0%
B = 84.3%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#130066 (or 0x130066) is known color: Midnight Blue. HEX triplet: 13, 00 and 66. RGB value is (19,0,102). Sum of RGB (Red+Green+Blue) = 19+0+102=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #130066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130066 is #ECFF99. Grayscale: #101010. Windows color (decimal): -15531930 or 6684691. OLE color: 6684691.

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

Color convert

RGB 19 0 102 -
CMYK 0.81 1 0 0.6
HSL 251.18º 1% 0.2% -
HSV(B) 251.18º 1% 0.4% -
XYZ 2.67 1.1 12.64 -
YUV 17.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 19 0 102 0.81 1 0 0.6 251.18 1 0.2
Hex 13 0 66 51 64 0 3C FB 64 14
Octal 23 0 146 121 144 0 74 373 144 24
Binary 10011 0 1100110 1010001 1100100 0 111100 11111011 1100100 10100

Color Harmonies of #130066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130066

Black with #130066

Text Example


Text Example

White with #130066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130066; }

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

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

background-color css

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

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

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

border-color css

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

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

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