Html Css Color HEX #122348 Midnight Express

📋 copy color: '#122348'

red 18 ◦ green 35 ◦ blue 72

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

Shades of Midnight Express #122348

Tints of Midnight Express #122348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

 BLUE value IS 72 (28.52% from 255) = 57.6%

R = 14.4%
G = 28%
B = 57.6%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#122348 (or 0x122348) is known color: Midnight Express. HEX triplet: 12, 23 and 48. RGB value is (18,35,72). Sum of RGB (Red+Green+Blue) = 18+35+72=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #122348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122348 is #EDDCB7. Grayscale: #212121. Windows color (decimal): -15588536 or 4727570. OLE color: 4727570.

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

Color convert

RGB 18 35 72 -
CMYK 0.75 0.51 0 0.72
HSL 221.11º 0.6% 0.18% -
HSV(B) 221.11º 0.75% 0.28% -
XYZ 2.02 1.8 6.37 -
YUV 34.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 18 35 72 0.75 0.51 0 0.72 221.11 0.6 0.18
Hex 12 23 48 4B 33 0 48 DD 3C 12
Octal 22 43 110 113 63 0 110 335 74 22
Binary 10010 100011 1001000 1001011 110011 0 1001000 11011101 111100 10010

Color Harmonies of #122348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122348

Black with #122348

Text Example


Text Example

White with #122348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122348; }

 p { color: rgb(18,35,72); }

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

background-color css

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

 a { background-color: rgb(18,35,72); }

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

border-color css

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

 span { border-color: rgb(18,35,72); }

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