Html Css Color HEX #12213E Midnight Express

📋 copy color: '#12213E'

red 18 ◦ green 33 ◦ blue 62

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

Shades of Midnight Express #12213E

Tints of Midnight Express #12213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 54.87%

R = 15.93%
G = 29.2%
B = 54.87%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12213E (or 0x12213E) is known color: Midnight Express. HEX triplet: 12, 21 and 3E. RGB value is (18,33,62). Sum of RGB (Red+Green+Blue) = 18+33+62=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #12213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12213E is #EDDEC1. Grayscale: #1F1F1F. Windows color (decimal): -15589058 or 4071698. OLE color: 4071698.

HSL color Cylindrical-coordinate representation of color #12213E: hue angle of 219.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12213E is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 33 62 -
CMYK 0.71 0.47 0 0.76
HSL 219.55º 0.55% 0.16% -
HSV(B) 219.55º 0.71% 0.24% -
XYZ 1.66 1.56 4.77 -
YUV 31.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 18 33 62 0.71 0.47 0 0.76 219.55 0.55 0.16
Hex 12 21 3E 47 2F 0 4C DC 37 10
Octal 22 41 76 107 57 0 114 334 67 20
Binary 10010 100001 111110 1000111 101111 0 1001100 11011100 110111 10000

Color Harmonies of #12213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12213E

Black with #12213E

Text Example


Text Example

White with #12213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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