Html Css Color HEX #122272 Midnight Blue

📋 copy color: '#122272'

red 18 ◦ green 34 ◦ blue 114

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

Shades of Midnight Blue #122272

Tints of Midnight Blue #122272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.67%

R = 10.84%
G = 20.48%
B = 68.67%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122272 (or 0x122272) is known color: Midnight Blue. HEX triplet: 12, 22 and 72. RGB value is (18,34,114). Sum of RGB (Red+Green+Blue) = 18+34+114=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #122272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122272 is #EDDD8D. Grayscale: #262626. Windows color (decimal): -15588750 or 7479826. OLE color: 7479826.

HSL color Cylindrical-coordinate representation of color #122272: hue angle of 230º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122272 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 34 114 -
CMYK 0.84 0.70 0 0.55
HSL 230º 0.73% 0.26% -
HSV(B) 230º 0.84% 0.45% -
XYZ 3.86 2.49 16.2 -
YUV 38.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 18 34 114 0.84 0.70 0 0.55 230 0.73 0.26
Hex 12 22 72 54 46 0 37 E6 49 1A
Octal 22 42 162 124 106 0 67 346 111 32
Binary 10010 100010 1110010 1010100 1000110 0 110111 11100110 1001001 11010

Color Harmonies of #122272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122272

Black with #122272

Text Example


Text Example

White with #122272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122272; }

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

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

background-color css

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

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

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

border-color css

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

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

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