#1D3037

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

Shades of Oxford Blue #1D3037

Tints of Oxford Blue #1D3037

Color information

#1D3037 (or 0x1D3037) is unknown color: approx Oxford Blue. HEX triplet: 1D, 30 and 37. RGB value is (29,48,55). Sum of RGB (Red+Green+Blue) = 29+48+55=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3037 is #E2CFC8. Grayscale: #2B2B2B. Windows color (decimal): -14864329 or 3616797. OLE color: 3616797.

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

Color convert

RGB294855-
CMYK0.470.1300.78
HSL196.15º30.95%16.47%-
HSV(B)196.15º47.27%21.57%-
XYZ2.252.654.01-
YUV43.12134.71117.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=21.97%
G=36.36%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2948550.470.1300.78196.1530.9516.47
Hex1D30372FD04Ec41f10
Octal356067571501163043720
Binary11101110000110111101111110101001110110001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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