Html Css Color HEX #193139 Oxford Blue

📋 copy color: '#193139'

red 25 ◦ green 49 ◦ blue 57

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

Shades of Oxford Blue #193139

Tints of Oxford Blue #193139

RGB

 RED value IS 25 (10.16% from 255) = 19.08%

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

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

R = 19.08%
G = 37.4%
B = 43.51%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193139 (or 0x193139) is known color: Oxford Blue. HEX triplet: 19, 31 and 39. RGB value is (25,49,57). Sum of RGB (Red+Green+Blue) = 25+49+57=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #193139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193139 is #E6CEC6. Grayscale: #2A2A2A. Windows color (decimal): -15126215 or 3748121. OLE color: 3748121.

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

Color convert

RGB 25 49 57 -
CMYK 0.56 0.14 0 0.78
HSL 195º 0.39% 0.16% -
HSV(B) 195º 0.56% 0.22% -
XYZ 2.24 2.7 4.27 -
YUV 42.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 25 49 57 0.56 0.14 0 0.78 195 0.39 0.16
Hex 19 31 39 38 E 0 4E C3 27 10
Octal 31 61 71 70 16 0 116 303 47 20
Binary 11001 110001 111001 111000 1110 0 1001110 11000011 100111 10000

Color Harmonies of #193139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193139

Black with #193139

Text Example


Text Example

White with #193139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193139; }

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

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

background-color css

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

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

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

border-color css

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

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

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