Html Css Color HEX #130166 Midnight Blue

📋 copy color: '#130166'

red 19 ◦ green 1 ◦ blue 102

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

Shades of Midnight Blue #130166

Tints of Midnight Blue #130166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

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

R = 15.57%
G = 0.82%
B = 83.61%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#130166 (or 0x130166) is known color: Midnight Blue. HEX triplet: 13, 01 and 66. RGB value is (19,1,102). Sum of RGB (Red+Green+Blue) = 19+1+102=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #130166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130166 is #ECFE99. Grayscale: #111111. Windows color (decimal): -15531674 or 6684947. OLE color: 6684947.

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

Color convert

RGB 19 1 102 -
CMYK 0.81 0.99 0 0.6
HSL 250.69º 0.98% 0.2% -
HSV(B) 250.69º 0.99% 0.4% -
XYZ 2.68 1.12 12.65 -
YUV 17.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 19 1 102 0.81 0.99 0 0.6 250.69 0.98 0.2
Hex 13 1 66 51 63 0 3C FB 62 14
Octal 23 1 146 121 143 0 74 373 142 24
Binary 10011 1 1100110 1010001 1100011 0 111100 11111011 1100010 10100

Color Harmonies of #130166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130166

Black with #130166

Text Example


Text Example

White with #130166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130166; }

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

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

background-color css

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

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

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

border-color css

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

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

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