Html Css Color HEX #1F263F Midnight Express

📋 copy color: '#1F263F'

red 31 ◦ green 38 ◦ blue 63

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

Shades of Midnight Express #1F263F

Tints of Midnight Express #1F263F

RGB

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

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

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

R = 23.48%
G = 28.79%
B = 47.73%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F263F (or 0x1F263F) is known color: Midnight Express. HEX triplet: 1F, 26 and 3F. RGB value is (31,38,63). Sum of RGB (Red+Green+Blue) = 31+38+63=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F263F is #E0D9C0. Grayscale: #262626. Windows color (decimal): -14735809 or 4138527. OLE color: 4138527.

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

Color convert

RGB 31 38 63 -
CMYK 0.51 0.40 0 0.75
HSL 226.88º 0.34% 0.18% -
HSV(B) 226.88º 0.51% 0.25% -
XYZ 2.16 2.04 4.98 -
YUV 38.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 31 38 63 0.51 0.40 0 0.75 226.88 0.34 0.18
Hex 1F 26 3F 33 28 0 4B E3 22 12
Octal 37 46 77 63 50 0 113 343 42 22
Binary 11111 100110 111111 110011 101000 0 1001011 11100011 100010 10010

Color Harmonies of #1F263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F263F

Black with #1F263F

Text Example


Text Example

White with #1F263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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