#1F333A

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

Shades of Oxford Blue #1F333A

Tints of Oxford Blue #1F333A

Color information

#1F333A (or 0x1F333A) is unknown color: approx Oxford Blue. HEX triplet: 1F, 33 and 3A. RGB value is (31,51,58). Sum of RGB (Red+Green+Blue) = 31+51+58=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F333A is #E0CCC5. Grayscale: #2D2D2D. Windows color (decimal): -14732486 or 3814175. OLE color: 3814175.

HSL color Cylindrical-coordinate representation of color #1F333A: hue angle of 195.56º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F333A is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB315158-
CMYK0.470.1200.77
HSL195.56º30.34%17.45%-
HSV(B)195.56º46.55%22.75%-
XYZ2.512.964.44-
YUV45.82134.87117.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=22.14%
G=36.43%
B=41.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3151580.470.1200.77195.5630.3417.45
Hex1F333A2FC04Dc41e11
Octal376372571401153043621
Binary11111110011111010101111110001001101110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,58); }

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

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

 a { background-color: rgb(31,51,58); }

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

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

 span { border-color: rgb(31,51,58); }

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