#25519E

Color #25519E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #25519E

Tints of Endeavour #25519E

Color information

#25519E (or 0x25519E) is unknown color: approx Endeavour. HEX triplet: 25, 51 and 9E. RGB value is (37,81,158). Sum of RGB (Red+Green+Blue) = 37+81+158=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #25519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25519E is #DAAE61. Grayscale: #4C4C4C. Windows color (decimal): -14331490 or 10375461. OLE color: 10375461.

HSL color Cylindrical-coordinate representation of color #25519E: hue angle of 218.18º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25519E is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3781158-
CMYK0.770.4900.38
HSL218.18º62.05%38.24%-
HSV(B)218.18º76.58%61.96%-
XYZ9.888.7533.52-
YUV76.62173.9299.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=13.41%
G=29.35%
B=57.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37811580.770.4900.38218.1862.0538.24
Hex25519E4D31026da3e26
Octal45121236115610463327646
Binary1001011010001100111101001101110001010011011011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25519E;
 }
 .AnyTagClassName
 {
   color: #25519E;
 }
</style>
background-color css

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

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

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

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

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

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