Html Css Color HEX #130062 Midnight Blue

📋 copy color: '#130062'

red 19 ◦ green 0 ◦ blue 98

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

Shades of Midnight Blue #130062

Tints of Midnight Blue #130062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 83.76%

R = 16.24%
G = 0%
B = 83.76%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130062 (or 0x130062) is known color: Midnight Blue. HEX triplet: 13, 00 and 62. RGB value is (19,0,98). Sum of RGB (Red+Green+Blue) = 19+0+98=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #130062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130062 is #ECFF9D. Grayscale: #101010. Windows color (decimal): -15531934 or 6422547. OLE color: 6422547.

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

Color convert

RGB 19 0 98 -
CMYK 0.81 1 0 0.62
HSL 251.63º 1% 0.19% -
HSV(B) 251.63º 1% 0.38% -
XYZ 2.47 1.02 11.62 -
YUV 16.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 19 0 98 0.81 1 0 0.62 251.63 1 0.19
Hex 13 0 62 51 64 0 3E FC 64 13
Octal 23 0 142 121 144 0 76 374 144 23
Binary 10011 0 1100010 1010001 1100100 0 111110 11111100 1100100 10011

Color Harmonies of #130062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130062

Black with #130062

Text Example


Text Example

White with #130062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130062; }

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

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

background-color css

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

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

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

border-color css

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

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

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