Html Css Color HEX #130265 Midnight Blue

📋 copy color: '#130265'

red 19 ◦ green 2 ◦ blue 101

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

Shades of Midnight Blue #130265

Tints of Midnight Blue #130265

RGB

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

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

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

R = 15.57%
G = 1.64%
B = 82.79%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#130265 (or 0x130265) is known color: Midnight Blue. HEX triplet: 13, 02 and 65. RGB value is (19,2,101). Sum of RGB (Red+Green+Blue) = 19+2+101=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 101 (39.84% from 255 or 82.79% from 122); Max value from RGB is 101 - color contains mainly: blue. Hex color #130265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130265 is #ECFD9A. Grayscale: #111111. Windows color (decimal): -15531419 or 6619667. OLE color: 6619667.

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

Color convert

RGB 19 2 101 -
CMYK 0.81 0.98 0 0.60
HSL 250.3º 0.96% 0.2% -
HSV(B) 250.3º 0.98% 0.4% -
XYZ 2.64 1.12 12.39 -
YUV 18.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 19 2 101 0.81 0.98 0 0.60 250.3 0.96 0.2
Hex 13 2 65 51 62 0 3C FA 60 14
Octal 23 2 145 121 142 0 74 372 140 24
Binary 10011 10 1100101 1010001 1100010 0 111100 11111010 1100000 10100

Color Harmonies of #130265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130265

Black with #130265

Text Example


Text Example

White with #130265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130265; }

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

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

background-color css

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

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

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

border-color css

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

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

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