Html Css Color HEX #13227C Midnight Blue

📋 copy color: '#13227C'

red 19 ◦ green 34 ◦ blue 124

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

Shades of Midnight Blue #13227C

Tints of Midnight Blue #13227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 10.73%
G = 19.21%
B = 70.06%

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

#13227C (or 0x13227C) is known color: Midnight Blue. HEX triplet: 13, 22 and 7C. RGB value is (19,34,124). Sum of RGB (Red+Green+Blue) = 19+34+124=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #13227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13227C is #ECDD83. Grayscale: #272727. Windows color (decimal): -15523204 or 8135187. OLE color: 8135187.

HSL color Cylindrical-coordinate representation of color #13227C: hue angle of 231.43º degrees, saturation: 0.73, 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 #13227C is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 34 124 -
CMYK 0.85 0.73 0 0.51
HSL 231.43º 0.73% 0.28% -
HSV(B) 231.43º 0.85% 0.49% -
XYZ 4.48 2.74 19.36 -
YUV 39.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 19 34 124 0.85 0.73 0 0.51 231.43 0.73 0.28
Hex 13 22 7C 55 49 0 33 E7 49 1C
Octal 23 42 174 125 111 0 63 347 111 34
Binary 10011 100010 1111100 1010101 1001001 0 110011 11100111 1001001 11100

Color Harmonies of #13227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13227C

Black with #13227C

Text Example


Text Example

White with #13227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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