Html Css Color HEX #25518B Endeavour

📋 copy color: '#25518B'

red 37 ◦ green 81 ◦ blue 139

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

Shades of Endeavour #25518B

Tints of Endeavour #25518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 14.4%
G = 31.52%
B = 54.09%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25518B (or 0x25518B) is known color: Endeavour. HEX triplet: 25, 51 and 8B. RGB value is (37,81,139). Sum of RGB (Red+Green+Blue) = 37+81+139=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #25518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25518B is #DAAE74. Grayscale: #4A4A4A. Windows color (decimal): -14331509 or 9130277. OLE color: 9130277.

HSL color Cylindrical-coordinate representation of color #25518B: hue angle of 214.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25518B is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 81 139 -
CMYK 0.73 0.42 0 0.45
HSL 214.12º 0.58% 0.35% -
HSV(B) 214.12º 0.73% 0.55% -
XYZ 8.37 8.14 25.56 -
YUV 74.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 37 81 139 0.73 0.42 0 0.45 214.12 0.58 0.35
Hex 25 51 8B 49 2A 0 2D D6 3A 23
Octal 45 121 213 111 52 0 55 326 72 43
Binary 100101 1010001 10001011 1001001 101010 0 101101 11010110 111010 100011

Color Harmonies of #25518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25518B

Black with #25518B

Text Example


Text Example

White with #25518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25518B; }

 p { color: rgb(37,81,139); }

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

background-color css

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

 a { background-color: rgb(37,81,139); }

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

border-color css

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

 span { border-color: rgb(37,81,139); }

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