Html Css Color HEX #12213B Midnight Express

📋 copy color: '#12213B'

red 18 ◦ green 33 ◦ blue 59

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

Shades of Midnight Express #12213B

Tints of Midnight Express #12213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 53.64%

R = 16.36%
G = 30%
B = 53.64%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12213B (or 0x12213B) is known color: Midnight Express. HEX triplet: 12, 21 and 3B. RGB value is (18,33,59). Sum of RGB (Red+Green+Blue) = 18+33+59=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #12213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12213B is #EDDEC4. Grayscale: #1F1F1F. Windows color (decimal): -15589061 or 3875090. OLE color: 3875090.

HSL color Cylindrical-coordinate representation of color #12213B: hue angle of 218.05º 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 #12213B is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 33 59 -
CMYK 0.69 0.44 0 0.77
HSL 218.05º 0.53% 0.15% -
HSV(B) 218.05º 0.69% 0.23% -
XYZ 1.58 1.53 4.35 -
YUV 31.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 18 33 59 0.69 0.44 0 0.77 218.05 0.53 0.15
Hex 12 21 3B 45 2C 0 4D DA 35 F
Octal 22 41 73 105 54 0 115 332 65 17
Binary 10010 100001 111011 1000101 101100 0 1001101 11011010 110101 1111

Color Harmonies of #12213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12213B

Black with #12213B

Text Example


Text Example

White with #12213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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