Html Css Color HEX #122749 Midnight

📋 copy color: '#122749'

red 18 ◦ green 39 ◦ blue 73

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

Shades of Midnight #122749

Tints of Midnight #122749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

 BLUE value IS 73 (28.91% from 255) = 56.15%

R = 13.85%
G = 30%
B = 56.15%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122749 (or 0x122749) is known color: Midnight. HEX triplet: 12, 27 and 49. RGB value is (18,39,73). Sum of RGB (Red+Green+Blue) = 18+39+73=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #122749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122749 is #EDD8B6. Grayscale: #242424. Windows color (decimal): -15587511 or 4794130. OLE color: 4794130.

HSL color Cylindrical-coordinate representation of color #122749: hue angle of 217.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122749 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 39 73 -
CMYK 0.75 0.47 0 0.71
HSL 217.09º 0.6% 0.18% -
HSV(B) 217.09º 0.75% 0.29% -
XYZ 2.18 2.06 6.59 -
YUV 36.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 18 39 73 0.75 0.47 0 0.71 217.09 0.6 0.18
Hex 12 27 49 4B 2F 0 47 D9 3C 12
Octal 22 47 111 113 57 0 107 331 74 22
Binary 10010 100111 1001001 1001011 101111 0 1000111 11011001 111100 10010

Color Harmonies of #122749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122749

Black with #122749

Text Example


Text Example

White with #122749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122749; }

 p { color: rgb(18,39,73); }

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

background-color css

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

 a { background-color: rgb(18,39,73); }

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

border-color css

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

 span { border-color: rgb(18,39,73); }

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