Html Css Color HEX #1A3139 Oxford Blue

📋 copy color: '#1A3139'

red 26 ◦ green 49 ◦ blue 57

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

Shades of Oxford Blue #1A3139

Tints of Oxford Blue #1A3139

RGB

 RED value IS 26 (10.55% from 255) = 19.7%

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

 BLUE value IS 57 (22.66% from 255) = 43.18%

R = 19.7%
G = 37.12%
B = 43.18%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1A3139 (or 0x1A3139) is known color: Oxford Blue. HEX triplet: 1A, 31 and 39. RGB value is (26,49,57). Sum of RGB (Red+Green+Blue) = 26+49+57=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #1A3139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3139 is #E5CEC6. Grayscale: #2A2A2A. Windows color (decimal): -15060679 or 3748122. OLE color: 3748122.

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

Color convert

RGB 26 49 57 -
CMYK 0.54 0.14 0 0.78
HSL 195.48º 0.37% 0.16% -
HSV(B) 195.48º 0.54% 0.22% -
XYZ 2.26 2.71 4.28 -
YUV 43.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 26 49 57 0.54 0.14 0 0.78 195.48 0.37 0.16
Hex 1A 31 39 36 E 0 4E C3 25 10
Octal 32 61 71 66 16 0 116 303 45 20
Binary 11010 110001 111001 110110 1110 0 1001110 11000011 100101 10000

Color Harmonies of #1A3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3139

Black with #1A3139

Text Example


Text Example

White with #1A3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,49,57); }

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

background-color css

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

 a { background-color: rgb(26,49,57); }

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

border-color css

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

 span { border-color: rgb(26,49,57); }

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