Html Css Color HEX #1C283F Midnight Express

📋 copy color: '#1C283F'

red 28 ◦ green 40 ◦ blue 63

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

Shades of Midnight Express #1C283F

Tints of Midnight Express #1C283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 21.37%
G = 30.53%
B = 48.09%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C283F (or 0x1C283F) is known color: Midnight Express. HEX triplet: 1C, 28 and 3F. RGB value is (28,40,63). Sum of RGB (Red+Green+Blue) = 28+40+63=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C283F is #E3D7C0. Grayscale: #262626. Windows color (decimal): -14931905 or 4139036. OLE color: 4139036.

HSL color Cylindrical-coordinate representation of color #1C283F: hue angle of 219.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C283F is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 40 63 -
CMYK 0.56 0.37 0 0.75
HSL 219.43º 0.38% 0.18% -
HSV(B) 219.43º 0.56% 0.25% -
XYZ 2.13 2.12 5 -
YUV 39.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 28 40 63 0.56 0.37 0 0.75 219.43 0.38 0.18
Hex 1C 28 3F 38 25 0 4B DB 26 12
Octal 34 50 77 70 45 0 113 333 46 22
Binary 11100 101000 111111 111000 100101 0 1001011 11011011 100110 10010

Color Harmonies of #1C283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C283F

Black with #1C283F

Text Example


Text Example

White with #1C283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,40,63); }

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

background-color css

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

 a { background-color: rgb(28,40,63); }

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

border-color css

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

 span { border-color: rgb(28,40,63); }

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