#1F3136

Color #1F3136 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #1F3136

Tints of Oxford Blue #1F3136

Color information

#1F3136 (or 0x1F3136) is unknown color: approx Oxford Blue. HEX triplet: 1F, 31 and 36. RGB value is (31,49,54). Sum of RGB (Red+Green+Blue) = 31+49+54=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3136 is #E0CEC9. Grayscale: #2C2C2C. Windows color (decimal): -14733002 or 3551519. OLE color: 3551519.

HSL color Cylindrical-coordinate representation of color #1F3136: hue angle of 193.04º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3136 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB314954-
CMYK0.430.0900.79
HSL193.04º27.06%16.67%-
HSV(B)193.04º42.59%21.18%-
XYZ2.332.753.9-
YUV44.19133.54118.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=23.13%
G=36.57%
B=40.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3149540.430.0900.79193.0427.0616.67
Hex1F31362B904Fc11b11
Octal376166531101173013321
Binary11111110001110110101011100101001111110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,54); }

 H1.HeaderClassName
 {
   color: #1F3136;
 }
 .AnyTagClassName
 {
   color: #1F3136;
 }
</style>
background-color css

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

 a { background-color: rgb(31,49,54); }

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

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

 span { border-color: rgb(31,49,54); }

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