Html Css Color HEX #25393F Oxford Blue

📋 copy color: '#25393F'

red 37 ◦ green 57 ◦ blue 63

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

Shades of Oxford Blue #25393F

Tints of Oxford Blue #25393F

RGB

 RED value IS 37 (14.84% from 255) = 23.57%

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

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

R = 23.57%
G = 36.31%
B = 40.13%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#25393F (or 0x25393F) is known color: Oxford Blue. HEX triplet: 25, 39 and 3F. RGB value is (37,57,63). Sum of RGB (Red+Green+Blue) = 37+57+63=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #25393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25393F is #DAC6C0. Grayscale: #333333. Windows color (decimal): -14337729 or 4143397. OLE color: 4143397.

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

Color convert

RGB 37 57 63 -
CMYK 0.41 0.10 0 0.75
HSL 193.85º 0.26% 0.2% -
HSV(B) 193.85º 0.41% 0.25% -
XYZ 3.12 3.68 5.25 -
YUV 51.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 37 57 63 0.41 0.10 0 0.75 193.85 0.26 0.2
Hex 25 39 3F 29 A 0 4B C2 1A 14
Octal 45 71 77 51 12 0 113 302 32 24
Binary 100101 111001 111111 101001 1010 0 1001011 11000010 11010 10100

Color Harmonies of #25393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25393F

Black with #25393F

Text Example


Text Example

White with #25393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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