Html Css Color HEX #12204B Midnight Express

📋 copy color: '#12204B'

red 18 ◦ green 32 ◦ blue 75

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

Shades of Midnight Express #12204B

Tints of Midnight Express #12204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

 BLUE value IS 75 (29.69% from 255) = 60%

R = 14.4%
G = 25.6%
B = 60%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12204B (or 0x12204B) is known color: Midnight Express. HEX triplet: 12, 20 and 4B. RGB value is (18,32,75). Sum of RGB (Red+Green+Blue) = 18+32+75=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #12204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12204B is #EDDFB4. Grayscale: #202020. Windows color (decimal): -15589301 or 4923410. OLE color: 4923410.

HSL color Cylindrical-coordinate representation of color #12204B: hue angle of 225.26º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12204B is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 32 75 -
CMYK 0.76 0.57 0 0.71
HSL 225.26º 0.61% 0.18% -
HSV(B) 225.26º 0.76% 0.29% -
XYZ 2.04 1.67 6.87 -
YUV 32.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 18 32 75 0.76 0.57 0 0.71 225.26 0.61 0.18
Hex 12 20 4B 4C 39 0 47 E1 3D 12
Octal 22 40 113 114 71 0 107 341 75 22
Binary 10010 100000 1001011 1001100 111001 0 1000111 11100001 111101 10010

Color Harmonies of #12204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12204B

Black with #12204B

Text Example


Text Example

White with #12204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,32,75); }

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

background-color css

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

 a { background-color: rgb(18,32,75); }

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

border-color css

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

 span { border-color: rgb(18,32,75); }

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