Html Css Color HEX #26393E Oxford Blue

📋 copy color: '#26393E'

red 38 ◦ green 57 ◦ blue 62

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

Shades of Oxford Blue #26393E

Tints of Oxford Blue #26393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 24.2%
G = 36.31%
B = 39.49%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#26393E (or 0x26393E) is known color: Oxford Blue. HEX triplet: 26, 39 and 3E. RGB value is (38,57,62). Sum of RGB (Red+Green+Blue) = 38+57+62=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #26393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26393E is #D9C6C1. Grayscale: #333333. Windows color (decimal): -14272194 or 4077862. OLE color: 4077862.

HSL color Cylindrical-coordinate representation of color #26393E: hue angle of 192.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26393E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 57 62 -
CMYK 0.39 0.08 0 0.76
HSL 192.5º 0.24% 0.2% -
HSV(B) 192.5º 0.39% 0.24% -
XYZ 3.13 3.69 5.1 -
YUV 51.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 38 57 62 0.39 0.08 0 0.76 192.5 0.24 0.2
Hex 26 39 3E 27 8 0 4C C0 18 14
Octal 46 71 76 47 10 0 114 300 30 24
Binary 100110 111001 111110 100111 1000 0 1001100 11000000 11000 10100

Color Harmonies of #26393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26393E

Black with #26393E

Text Example


Text Example

White with #26393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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