Html Css Color HEX #1E333A Oxford Blue

📋 copy color: '#1E333A'

red 30 ◦ green 51 ◦ blue 58

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

Shades of Oxford Blue #1E333A

Tints of Oxford Blue #1E333A

RGB

 RED value IS 30 (12.11% from 255) = 21.58%

 GREEN value IS 51 (20.31% from 255) = 36.69%

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 21.58%
G = 36.69%
B = 41.73%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1E333A (or 0x1E333A) is known color: Oxford Blue. HEX triplet: 1E, 33 and 3A. RGB value is (30,51,58). Sum of RGB (Red+Green+Blue) = 30+51+58=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E333A is #E1CCC5. Grayscale: #2D2D2D. Windows color (decimal): -14798022 or 3814174. OLE color: 3814174.

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

Color convert

RGB 30 51 58 -
CMYK 0.48 0.12 0 0.77
HSL 195º 0.32% 0.17% -
HSV(B) 195º 0.48% 0.23% -
XYZ 2.48 2.95 4.44 -
YUV 45.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 30 51 58 0.48 0.12 0 0.77 195 0.32 0.17
Hex 1E 33 3A 30 C 0 4D C3 20 11
Octal 36 63 72 60 14 0 115 303 40 21
Binary 11110 110011 111010 110000 1100 0 1001101 11000011 100000 10001

Color Harmonies of #1E333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E333A

Black with #1E333A

Text Example


Text Example

White with #1E333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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