Html Css Color HEX #130260 Midnight Blue

📋 copy color: '#130260'

red 19 ◦ green 2 ◦ blue 96

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

Shades of Midnight Blue #130260

Tints of Midnight Blue #130260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 82.05%

R = 16.24%
G = 1.71%
B = 82.05%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130260 (or 0x130260) is known color: Midnight Blue. HEX triplet: 13, 02 and 60. RGB value is (19,2,96). Sum of RGB (Red+Green+Blue) = 19+2+96=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #130260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130260 is #ECFD9F. Grayscale: #111111. Windows color (decimal): -15531424 or 6291987. OLE color: 6291987.

HSL color Cylindrical-coordinate representation of color #130260: hue angle of 250.85º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130260 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 2 96 -
CMYK 0.80 0.98 0 0.62
HSL 250.85º 0.96% 0.19% -
HSV(B) 250.85º 0.98% 0.38% -
XYZ 2.4 1.03 11.14 -
YUV 17.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 19 2 96 0.80 0.98 0 0.62 250.85 0.96 0.19
Hex 13 2 60 50 62 0 3E FB 60 13
Octal 23 2 140 120 142 0 76 373 140 23
Binary 10011 10 1100000 1010000 1100010 0 111110 11111011 1100000 10011

Color Harmonies of #130260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130260

Black with #130260

Text Example


Text Example

White with #130260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130260; }

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

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

background-color css

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

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

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

border-color css

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

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

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