Html Css Color HEX #1F233F Midnight Express

📋 copy color: '#1F233F'

red 31 ◦ green 35 ◦ blue 63

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

Shades of Midnight Express #1F233F

Tints of Midnight Express #1F233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.13%

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

R = 24.03%
G = 27.13%
B = 48.84%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F233F (or 0x1F233F) is known color: Midnight Express. HEX triplet: 1F, 23 and 3F. RGB value is (31,35,63). Sum of RGB (Red+Green+Blue) = 31+35+63=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 35 (14.06% from 255 or 27.13% 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 #1F233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F233F is #E0DCC0. Grayscale: #242424. Windows color (decimal): -14736577 or 4137759. OLE color: 4137759.

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

Color convert

RGB 31 35 63 -
CMYK 0.51 0.44 0 0.75
HSL 232.5º 0.34% 0.18% -
HSV(B) 232.5º 0.51% 0.25% -
XYZ 2.06 1.85 4.95 -
YUV 37 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 31 35 63 0.51 0.44 0 0.75 232.5 0.34 0.18
Hex 1F 23 3F 33 2C 0 4B E8 22 12
Octal 37 43 77 63 54 0 113 350 42 22
Binary 11111 100011 111111 110011 101100 0 1001011 11101000 100010 10010

Color Harmonies of #1F233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F233F

Black with #1F233F

Text Example


Text Example

White with #1F233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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