Html Css Color HEX #130165 Midnight Blue

📋 copy color: '#130165'

red 19 ◦ green 1 ◦ blue 101

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

Shades of Midnight Blue #130165

Tints of Midnight Blue #130165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 83.47%

R = 15.7%
G = 0.83%
B = 83.47%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#130165 (or 0x130165) is known color: Midnight Blue. HEX triplet: 13, 01 and 65. RGB value is (19,1,101). Sum of RGB (Red+Green+Blue) = 19+1+101=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #130165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130165 is #ECFE9A. Grayscale: #111111. Windows color (decimal): -15531675 or 6619411. OLE color: 6619411.

HSL color Cylindrical-coordinate representation of color #130165: hue angle of 250.8º 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 #130165 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 1 101 -
CMYK 0.81 0.99 0 0.60
HSL 250.8º 0.98% 0.2% -
HSV(B) 250.8º 0.99% 0.4% -
XYZ 2.63 1.1 12.39 -
YUV 17.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 19 1 101 0.81 0.99 0 0.60 250.8 0.98 0.2
Hex 13 1 65 51 63 0 3C FB 62 14
Octal 23 1 145 121 143 0 74 373 142 24
Binary 10011 1 1100101 1010001 1100011 0 111100 11111011 1100010 10100

Color Harmonies of #130165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130165

Black with #130165

Text Example


Text Example

White with #130165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130165; }

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

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

background-color css

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

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

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

border-color css

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

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

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