#1A3037

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

Shades of Oxford Blue #1A3037

Tints of Oxford Blue #1A3037

Color information

#1A3037 (or 0x1A3037) is unknown color: approx Oxford Blue. HEX triplet: 1A, 30 and 37. RGB value is (26,48,55). Sum of RGB (Red+Green+Blue) = 26+48+55=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A3037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3037 is #E5CFC8. Grayscale: #2A2A2A. Windows color (decimal): -15060937 or 3616794. OLE color: 3616794.

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

Color convert

RGB264855-
CMYK0.530.1300.78
HSL194.48º35.8%15.88%-
HSV(B)194.48º52.73%21.57%-
XYZ2.172.614-
YUV42.22135.21116.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=20.16%
G=37.21%
B=42.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2648550.530.1300.78194.4835.815.88
Hex1A303735D04Ec22410
Octal326067651501163024420
Binary110101100001101111101011101010011101100001010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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