Html Css Color HEX #1C223A Midnight Express

📋 copy color: '#1C223A'

red 28 ◦ green 34 ◦ blue 58

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

Shades of Midnight Express #1C223A

Tints of Midnight Express #1C223A

RGB

 RED value IS 28 (11.33% from 255) = 23.33%

 GREEN value IS 34 (13.67% from 255) = 28.33%

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

R = 23.33%
G = 28.33%
B = 48.33%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C223A (or 0x1C223A) is known color: Midnight Express. HEX triplet: 1C, 22 and 3A. RGB value is (28,34,58). Sum of RGB (Red+Green+Blue) = 28+34+58=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C223A is #E3DDC5. Grayscale: #222222. Windows color (decimal): -14933446 or 3809820. OLE color: 3809820.

HSL color Cylindrical-coordinate representation of color #1C223A: hue angle of 228º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C223A is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 28 34 58 -
CMYK 0.52 0.41 0 0.77
HSL 228º 0.35% 0.17% -
HSV(B) 228º 0.52% 0.23% -
XYZ 1.81 1.7 4.23 -
YUV 34.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 28 34 58 0.52 0.41 0 0.77 228 0.35 0.17
Hex 1C 22 3A 34 29 0 4D E4 23 11
Octal 34 42 72 64 51 0 115 344 43 21
Binary 11100 100010 111010 110100 101001 0 1001101 11100100 100011 10001

Color Harmonies of #1C223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C223A

Black with #1C223A

Text Example


Text Example

White with #1C223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C223A; }

 p { color: rgb(28,34,58); }

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

background-color css

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

 a { background-color: rgb(28,34,58); }

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

border-color css

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

 span { border-color: rgb(28,34,58); }

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