Html Css Color HEX #13227A Midnight Blue

📋 copy color: '#13227A'

red 19 ◦ green 34 ◦ blue 122

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

Shades of Midnight Blue #13227A

Tints of Midnight Blue #13227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 69.71%

R = 10.86%
G = 19.43%
B = 69.71%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13227A (or 0x13227A) is known color: Midnight Blue. HEX triplet: 13, 22 and 7A. RGB value is (19,34,122). Sum of RGB (Red+Green+Blue) = 19+34+122=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #13227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13227A is #ECDD85. Grayscale: #272727. Windows color (decimal): -15523206 or 8004115. OLE color: 8004115.

HSL color Cylindrical-coordinate representation of color #13227A: hue angle of 231.26º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13227A is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 34 122 -
CMYK 0.84 0.72 0 0.52
HSL 231.26º 0.73% 0.28% -
HSV(B) 231.26º 0.84% 0.48% -
XYZ 4.35 2.69 18.7 -
YUV 39.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 19 34 122 0.84 0.72 0 0.52 231.26 0.73 0.28
Hex 13 22 7A 54 48 0 34 E7 49 1C
Octal 23 42 172 124 110 0 64 347 111 34
Binary 10011 100010 1111010 1010100 1001000 0 110100 11100111 1001001 11100

Color Harmonies of #13227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13227A

Black with #13227A

Text Example


Text Example

White with #13227A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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