Html Css Color HEX #1F3138 Oxford Blue

📋 copy color: '#1F3138'

red 31 ◦ green 49 ◦ blue 56

#1F3138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #1F3138

Tints of Oxford Blue #1F3138

RGB

 RED value IS 31 (12.5% from 255) = 22.79%

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 22.79%
G = 36.03%
B = 41.18%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F3138 (or 0x1F3138) is known color: Oxford Blue. HEX triplet: 1F, 31 and 38. RGB value is (31,49,56). Sum of RGB (Red+Green+Blue) = 31+49+56=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3138 is #E0CEC7. Grayscale: #2C2C2C. Windows color (decimal): -14733000 or 3682591. OLE color: 3682591.

HSL color Cylindrical-coordinate representation of color #1F3138: 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 #1F3138 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 49 56 -
CMYK 0.45 0.12 0 0.78
HSL 196.8º 0.29% 0.17% -
HSV(B) 196.8º 0.45% 0.22% -
XYZ 2.38 2.77 4.15 -
YUV 44.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 31 49 56 0.45 0.12 0 0.78 196.8 0.29 0.17
Hex 1F 31 38 2D C 0 4E C5 1D 11
Octal 37 61 70 55 14 0 116 305 35 21
Binary 11111 110001 111000 101101 1100 0 1001110 11000101 11101 10001

Color Harmonies of #1F3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3138

Black with #1F3138

Text Example


Text Example

White with #1F3138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,49,56); }

 H1.HeaderClassName
 {
   color: #1F3138;
 }
 .AnyTagClassName
 {
   color: #1F3138;
 }
</style>

background-color css

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

 a { background-color: rgb(31,49,56); }

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

border-color css

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

 span { border-color: rgb(31,49,56); }

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