Html Css Color HEX #1F263C Midnight Express

📋 copy color: '#1F263C'

red 31 ◦ green 38 ◦ blue 60

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

Shades of Midnight Express #1F263C

Tints of Midnight Express #1F263C

RGB

 RED value IS 31 (12.5% from 255) = 24.03%

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

 BLUE value IS 60 (23.83% from 255) = 46.51%

R = 24.03%
G = 29.46%
B = 46.51%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F263C (or 0x1F263C) is known color: Midnight Express. HEX triplet: 1F, 26 and 3C. RGB value is (31,38,60). Sum of RGB (Red+Green+Blue) = 31+38+60=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F263C is #E0D9C3. Grayscale: #262626. Windows color (decimal): -14735812 or 3941919. OLE color: 3941919.

HSL color Cylindrical-coordinate representation of color #1F263C: hue angle of 225.52º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F263C is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 38 60 -
CMYK 0.48 0.37 0 0.76
HSL 225.52º 0.32% 0.18% -
HSV(B) 225.52º 0.48% 0.24% -
XYZ 2.07 2 4.55 -
YUV 38.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 31 38 60 0.48 0.37 0 0.76 225.52 0.32 0.18
Hex 1F 26 3C 30 25 0 4C E2 20 12
Octal 37 46 74 60 45 0 114 342 40 22
Binary 11111 100110 111100 110000 100101 0 1001100 11100010 100000 10010

Color Harmonies of #1F263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F263C

Black with #1F263C

Text Example


Text Example

White with #1F263C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,38,60); }

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

background-color css

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

 a { background-color: rgb(31,38,60); }

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

border-color css

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

 span { border-color: rgb(31,38,60); }

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