Html Css Color HEX #130266 Midnight Blue

📋 copy color: '#130266'

red 19 ◦ green 2 ◦ blue 102

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

Shades of Midnight Blue #130266

Tints of Midnight Blue #130266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

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

R = 15.45%
G = 1.63%
B = 82.93%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#130266 (or 0x130266) is known color: Midnight Blue. HEX triplet: 13, 02 and 66. RGB value is (19,2,102). Sum of RGB (Red+Green+Blue) = 19+2+102=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #130266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130266 is #ECFD99. Grayscale: #121212. Windows color (decimal): -15531418 or 6685203. OLE color: 6685203.

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

Color convert

RGB 19 2 102 -
CMYK 0.81 0.98 0 0.6
HSL 250.2º 0.96% 0.2% -
HSV(B) 250.2º 0.98% 0.4% -
XYZ 2.69 1.14 12.65 -
YUV 18.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 19 2 102 0.81 0.98 0 0.6 250.2 0.96 0.2
Hex 13 2 66 51 62 0 3C FA 60 14
Octal 23 2 146 121 142 0 74 372 140 24
Binary 10011 10 1100110 1010001 1100010 0 111100 11111010 1100000 10100

Color Harmonies of #130266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130266

Black with #130266

Text Example


Text Example

White with #130266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130266; }

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

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

background-color css

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

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

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

border-color css

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

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

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