Html Css Color HEX #12213A Midnight Express

📋 copy color: '#12213A'

red 18 ◦ green 33 ◦ blue 58

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

Shades of Midnight Express #12213A

Tints of Midnight Express #12213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

 BLUE value IS 58 (23.05% from 255) = 53.21%

R = 16.51%
G = 30.28%
B = 53.21%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12213A (or 0x12213A) is known color: Midnight Express. HEX triplet: 12, 21 and 3A. RGB value is (18,33,58). Sum of RGB (Red+Green+Blue) = 18+33+58=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #12213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12213A is #EDDEC5. Grayscale: #1F1F1F. Windows color (decimal): -15589062 or 3809554. OLE color: 3809554.

HSL color Cylindrical-coordinate representation of color #12213A: hue angle of 217.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12213A is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 33 58 -
CMYK 0.69 0.43 0 0.77
HSL 217.5º 0.53% 0.15% -
HSV(B) 217.5º 0.69% 0.23% -
XYZ 1.56 1.52 4.21 -
YUV 31.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 18 33 58 0.69 0.43 0 0.77 217.5 0.53 0.15
Hex 12 21 3A 45 2B 0 4D DA 35 F
Octal 22 41 72 105 53 0 115 332 65 17
Binary 10010 100001 111010 1000101 101011 0 1001101 11011010 110101 1111

Color Harmonies of #12213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12213A

Black with #12213A

Text Example


Text Example

White with #12213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,33,58); }

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

background-color css

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

 a { background-color: rgb(18,33,58); }

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

border-color css

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

 span { border-color: rgb(18,33,58); }

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