Html Css Color HEX #13227E Midnight Blue

📋 copy color: '#13227E'

red 19 ◦ green 34 ◦ blue 126

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

Shades of Midnight Blue #13227E

Tints of Midnight Blue #13227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

 BLUE value IS 126 (49.61% from 255) = 70.39%

R = 10.61%
G = 18.99%
B = 70.39%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13227E (or 0x13227E) is known color: Midnight Blue. HEX triplet: 13, 22 and 7E. RGB value is (19,34,126). Sum of RGB (Red+Green+Blue) = 19+34+126=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #13227E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13227E is #ECDD81. Grayscale: #272727. Windows color (decimal): -15523202 or 8266259. OLE color: 8266259.

HSL color Cylindrical-coordinate representation of color #13227E: hue angle of 231.59º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13227E is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 34 126 -
CMYK 0.85 0.73 0 0.51
HSL 231.59º 0.74% 0.28% -
HSV(B) 231.59º 0.85% 0.49% -
XYZ 4.61 2.79 20.03 -
YUV 40 176.53 113.02 -
System Red Green Blue C M Y K H S L
Decimal 19 34 126 0.85 0.73 0 0.51 231.59 0.74 0.28
Hex 13 22 7E 55 49 0 33 E8 4A 1C
Octal 23 42 176 125 111 0 63 350 112 34
Binary 10011 100010 1111110 1010101 1001001 0 110011 11101000 1001010 11100

Color Harmonies of #13227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13227E

Black with #13227E

Text Example


Text Example

White with #13227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,34,126); }

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

background-color css

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

 a { background-color: rgb(19,34,126); }

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

border-color css

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

 span { border-color: rgb(19,34,126); }

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