Html Css Color HEX #1C263F Midnight Express

📋 copy color: '#1C263F'

red 28 ◦ green 38 ◦ blue 63

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

Shades of Midnight Express #1C263F

Tints of Midnight Express #1C263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

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

R = 21.71%
G = 29.46%
B = 48.84%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C263F (or 0x1C263F) is known color: Midnight Express. HEX triplet: 1C, 26 and 3F. RGB value is (28,38,63). Sum of RGB (Red+Green+Blue) = 28+38+63=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C263F is #E3D9C0. Grayscale: #252525. Windows color (decimal): -14932417 or 4138524. OLE color: 4138524.

HSL color Cylindrical-coordinate representation of color #1C263F: hue angle of 222.86º 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 #1C263F is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 38 63 -
CMYK 0.56 0.40 0 0.75
HSL 222.86º 0.38% 0.18% -
HSV(B) 222.86º 0.56% 0.25% -
XYZ 2.07 1.99 4.98 -
YUV 37.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 28 38 63 0.56 0.40 0 0.75 222.86 0.38 0.18
Hex 1C 26 3F 38 28 0 4B DF 26 12
Octal 34 46 77 70 50 0 113 337 46 22
Binary 11100 100110 111111 111000 101000 0 1001011 11011111 100110 10010

Color Harmonies of #1C263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C263F

Black with #1C263F

Text Example


Text Example

White with #1C263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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