Html Css Color HEX #13216E Midnight Blue

📋 copy color: '#13216E'

red 19 ◦ green 33 ◦ blue 110

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

Shades of Midnight Blue #13216E

Tints of Midnight Blue #13216E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

 BLUE value IS 110 (43.36% from 255) = 67.9%

R = 11.73%
G = 20.37%
B = 67.9%

CMYK

 C value IS 0.83

 M value IS 0.7

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13216E (or 0x13216E) is known color: Midnight Blue. HEX triplet: 13, 21 and 6E. RGB value is (19,33,110). Sum of RGB (Red+Green+Blue) = 19+33+110=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #13216E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13216E is #ECDE91. Grayscale: #252525. Windows color (decimal): -15523474 or 7217427. OLE color: 7217427.

HSL color Cylindrical-coordinate representation of color #13216E: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13216E is Cyan = 0.83, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 33 110 -
CMYK 0.83 0.7 0 0.57
HSL 230.77º 0.71% 0.25% -
HSV(B) 230.77º 0.83% 0.43% -
XYZ 3.63 2.35 15.01 -
YUV 37.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 19 33 110 0.83 0.7 0 0.57 230.77 0.71 0.25
Hex 13 21 6E 53 46 0 39 E7 47 19
Octal 23 41 156 123 106 0 71 347 107 31
Binary 10011 100001 1101110 1010011 1000110 0 111001 11100111 1000111 11001

Color Harmonies of #13216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13216E

Black with #13216E

Text Example


Text Example

White with #13216E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,33,110); }

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

background-color css

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

 a { background-color: rgb(19,33,110); }

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

border-color css

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

 span { border-color: rgb(19,33,110); }

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