Html Css Color HEX #12227D Midnight Blue

📋 copy color: '#12227D'

red 18 ◦ green 34 ◦ blue 125

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

Shades of Midnight Blue #12227D

Tints of Midnight Blue #12227D

RGB

 RED value IS 18 (7.42% from 255) = 10.17%

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

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

R = 10.17%
G = 19.21%
B = 70.62%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12227D (or 0x12227D) is known color: Midnight Blue. HEX triplet: 12, 22 and 7D. RGB value is (18,34,125). Sum of RGB (Red+Green+Blue) = 18+34+125=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #12227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12227D is #EDDD82. Grayscale: #272727. Windows color (decimal): -15588739 or 8200722. OLE color: 8200722.

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

Color convert

RGB 18 34 125 -
CMYK 0.86 0.73 0 0.51
HSL 231.03º 0.75% 0.28% -
HSV(B) 231.03º 0.86% 0.49% -
XYZ 4.52 2.75 19.7 -
YUV 39.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 18 34 125 0.86 0.73 0 0.51 231.03 0.75 0.28
Hex 12 22 7D 56 49 0 33 E7 4B 1C
Octal 22 42 175 126 111 0 63 347 113 34
Binary 10010 100010 1111101 1010110 1001001 0 110011 11100111 1001011 11100

Color Harmonies of #12227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12227D

Black with #12227D

Text Example


Text Example

White with #12227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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