#1E3037

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

Shades of Oxford Blue #1E3037

Tints of Oxford Blue #1E3037

Color information

#1E3037 (or 0x1E3037) is unknown color: approx Oxford Blue. HEX triplet: 1E, 30 and 37. RGB value is (30,48,55). Sum of RGB (Red+Green+Blue) = 30+48+55=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3037 is #E1CFC8. Grayscale: #2B2B2B. Windows color (decimal): -14798793 or 3616798. OLE color: 3616798.

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

Color convert

RGB304855-
CMYK0.450.1300.78
HSL196.8º29.41%16.67%-
HSV(B)196.8º45.45%21.57%-
XYZ2.282.674.01-
YUV43.42134.54118.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.56%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=22.56%
G=36.09%
B=41.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3048550.450.1300.78196.829.4116.67
Hex1E30372DD04Ec51d11
Octal366067551501163053521
Binary11110110000110111101101110101001110110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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