#1F3037

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

Shades of Oxford Blue #1F3037

Tints of Oxford Blue #1F3037

Color information

#1F3037 (or 0x1F3037) is unknown color: approx Oxford Blue. HEX triplet: 1F, 30 and 37. RGB value is (31,48,55). Sum of RGB (Red+Green+Blue) = 31+48+55=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3037 is #E0CFC8. Grayscale: #2B2B2B. Windows color (decimal): -14733257 or 3616799. OLE color: 3616799.

HSL color Cylindrical-coordinate representation of color #1F3037: hue angle of 197.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F3037 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB314855-
CMYK0.440.1300.78
HSL197.5º27.91%16.86%-
HSV(B)197.5º43.64%21.57%-
XYZ2.312.684.01-
YUV43.72134.37118.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=23.13%
G=35.82%
B=41.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3148550.440.1300.78197.527.9116.86
Hex1F30372CD04Ec61c11
Octal376067541501163063421
Binary11111110000110111101100110101001110110001101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,55); }

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

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

 a { background-color: rgb(31,48,55); }

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

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

 span { border-color: rgb(31,48,55); }

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