Html Css Color HEX #13165E Midnight Blue

📋 copy color: '#13165E'

red 19 ◦ green 22 ◦ blue 94

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

Shades of Midnight Blue #13165E

Tints of Midnight Blue #13165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 94 (37.11% from 255) = 69.63%

R = 14.07%
G = 16.3%
B = 69.63%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13165E (or 0x13165E) is known color: Midnight Blue. HEX triplet: 13, 16 and 5E. RGB value is (19,22,94). Sum of RGB (Red+Green+Blue) = 19+22+94=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #13165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165E is #ECE9A1. Grayscale: #1D1D1D. Windows color (decimal): -15526306 or 6166035. OLE color: 6166035.

HSL color Cylindrical-coordinate representation of color #13165E: hue angle of 237.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13165E is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 22 94 -
CMYK 0.80 0.77 0 0.63
HSL 237.6º 0.66% 0.22% -
HSV(B) 237.6º 0.8% 0.37% -
XYZ 2.58 1.52 10.75 -
YUV 29.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 19 22 94 0.80 0.77 0 0.63 237.6 0.66 0.22
Hex 13 16 5E 50 4D 0 3F EE 42 16
Octal 23 26 136 120 115 0 77 356 102 26
Binary 10011 10110 1011110 1010000 1001101 0 111111 11101110 1000010 10110

Color Harmonies of #13165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13165E

Black with #13165E

Text Example


Text Example

White with #13165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13165E; }

 p { color: rgb(19,22,94); }

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

background-color css

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

 a { background-color: rgb(19,22,94); }

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

border-color css

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

 span { border-color: rgb(19,22,94); }

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