Html Css Color HEX #13227D Midnight Blue

📋 copy color: '#13227D'

red 19 ◦ green 34 ◦ blue 125

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

Shades of Midnight Blue #13227D

Tints of Midnight Blue #13227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 70.22%

R = 10.67%
G = 19.1%
B = 70.22%

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

#13227D (or 0x13227D) is known color: Midnight Blue. HEX triplet: 13, 22 and 7D. RGB value is (19,34,125). Sum of RGB (Red+Green+Blue) = 19+34+125=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #13227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13227D is #ECDD82. Grayscale: #272727. Windows color (decimal): -15523203 or 8200723. OLE color: 8200723.

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

Color convert

RGB 19 34 125 -
CMYK 0.85 0.73 0 0.51
HSL 231.51º 0.74% 0.28% -
HSV(B) 231.51º 0.85% 0.49% -
XYZ 4.54 2.76 19.7 -
YUV 39.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 19 34 125 0.85 0.73 0 0.51 231.51 0.74 0.28
Hex 13 22 7D 55 49 0 33 E8 4A 1C
Octal 23 42 175 125 111 0 63 350 112 34
Binary 10011 100010 1111101 1010101 1001001 0 110011 11101000 1001010 11100

Color Harmonies of #13227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13227D

Black with #13227D

Text Example


Text Example

White with #13227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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