Html Css Color HEX #193038 Oxford Blue

📋 copy color: '#193038'

red 25 ◦ green 48 ◦ blue 56

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

Shades of Oxford Blue #193038

Tints of Oxford Blue #193038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 19.38%
G = 37.21%
B = 43.41%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193038 (or 0x193038) is known color: Oxford Blue. HEX triplet: 19, 30 and 38. RGB value is (25,48,56). Sum of RGB (Red+Green+Blue) = 25+48+56=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #193038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193038 is #E6CFC7. Grayscale: #292929. Windows color (decimal): -15126472 or 3682329. OLE color: 3682329.

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

Color convert

RGB 25 48 56 -
CMYK 0.55 0.14 0 0.78
HSL 195.48º 0.38% 0.16% -
HSV(B) 195.48º 0.55% 0.22% -
XYZ 2.17 2.61 4.13 -
YUV 42.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 25 48 56 0.55 0.14 0 0.78 195.48 0.38 0.16
Hex 19 30 38 37 E 0 4E C3 26 10
Octal 31 60 70 67 16 0 116 303 46 20
Binary 11001 110000 111000 110111 1110 0 1001110 11000011 100110 10000

Color Harmonies of #193038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193038

Black with #193038

Text Example


Text Example

White with #193038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193038; }

 p { color: rgb(25,48,56); }

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

background-color css

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

 a { background-color: rgb(25,48,56); }

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

border-color css

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

 span { border-color: rgb(25,48,56); }

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