Html Css Color HEX #1F263B Midnight Express

📋 copy color: '#1F263B'

red 31 ◦ green 38 ◦ blue 59

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

Shades of Midnight Express #1F263B

Tints of Midnight Express #1F263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.09%

R = 24.22%
G = 29.69%
B = 46.09%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F263B (or 0x1F263B) is known color: Midnight Express. HEX triplet: 1F, 26 and 3B. RGB value is (31,38,59). Sum of RGB (Red+Green+Blue) = 31+38+59=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F263B is #E0D9C4. Grayscale: #262626. Windows color (decimal): -14735813 or 3876383. OLE color: 3876383.

HSL color Cylindrical-coordinate representation of color #1F263B: hue angle of 225º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F263B is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 31 38 59 -
CMYK 0.47 0.36 0 0.77
HSL 225º 0.31% 0.18% -
HSV(B) 225º 0.47% 0.23% -
XYZ 2.05 1.99 4.41 -
YUV 38.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 31 38 59 0.47 0.36 0 0.77 225 0.31 0.18
Hex 1F 26 3B 2F 24 0 4D E1 1F 12
Octal 37 46 73 57 44 0 115 341 37 22
Binary 11111 100110 111011 101111 100100 0 1001101 11100001 11111 10010

Color Harmonies of #1F263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F263B

Black with #1F263B

Text Example


Text Example

White with #1F263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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