Html Css Color HEX #1E3037 Oxford Blue

📋 copy color: '#1E3037'

red 30 ◦ green 48 ◦ blue 55

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

Shades of Oxford Blue #1E3037

Tints of Oxford Blue #1E3037

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 value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E3037 (or 0x1E3037) is known color: 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

RGB 30 48 55 -
CMYK 0.45 0.13 0 0.78
HSL 196.8º 0.29% 0.17% -
HSV(B) 196.8º 0.45% 0.22% -
XYZ 2.28 2.67 4.01 -
YUV 43.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 30 48 55 0.45 0.13 0 0.78 196.8 0.29 0.17
Hex 1E 30 37 2D D 0 4E C5 1D 11
Octal 36 60 67 55 15 0 116 305 35 21
Binary 11110 110000 110111 101101 1101 0 1001110 11000101 11101 10001

Color Harmonies of #1E3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3037

Black with #1E3037

Text Example


Text Example

White with #1E3037

Text Example


Text Example

HTML Codes & Css Web 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>