Html Css Color HEX #26393F Oxford Blue

📋 copy color: '#26393F'

red 38 ◦ green 57 ◦ blue 63

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

Shades of Oxford Blue #26393F

Tints of Oxford Blue #26393F

RGB

 RED value IS 38 (15.23% from 255) = 24.05%

 GREEN value IS 57 (22.66% from 255) = 36.08%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 24.05%
G = 36.08%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#26393F (or 0x26393F) is known color: Oxford Blue. HEX triplet: 26, 39 and 3F. RGB value is (38,57,63). Sum of RGB (Red+Green+Blue) = 38+57+63=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #26393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26393F is #D9C6C0. Grayscale: #333333. Windows color (decimal): -14272193 or 4143398. OLE color: 4143398.

HSL color Cylindrical-coordinate representation of color #26393F: hue angle of 194.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #26393F is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 57 63 -
CMYK 0.40 0.10 0 0.75
HSL 194.4º 0.25% 0.2% -
HSV(B) 194.4º 0.4% 0.25% -
XYZ 3.16 3.7 5.25 -
YUV 52 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 38 57 63 0.40 0.10 0 0.75 194.4 0.25 0.2
Hex 26 39 3F 28 A 0 4B C2 19 14
Octal 46 71 77 50 12 0 113 302 31 24
Binary 100110 111001 111111 101000 1010 0 1001011 11000010 11001 10100

Color Harmonies of #26393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26393F

Black with #26393F

Text Example


Text Example

White with #26393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26393F; }

 p { color: rgb(38,57,63); }

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

background-color css

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

 a { background-color: rgb(38,57,63); }

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

border-color css

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

 span { border-color: rgb(38,57,63); }

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