Html Css Color HEX #25579B Endeavour

📋 copy color: '#25579B'

red 37 ◦ green 87 ◦ blue 155

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

Shades of Endeavour #25579B

Tints of Endeavour #25579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 13.26%
G = 31.18%
B = 55.56%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25579B (or 0x25579B) is known color: Endeavour. HEX triplet: 25, 57 and 9B. RGB value is (37,87,155). Sum of RGB (Red+Green+Blue) = 37+87+155=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #25579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25579B is #DAA864. Grayscale: #4F4F4F. Windows color (decimal): -14329957 or 10180389. OLE color: 10180389.

HSL color Cylindrical-coordinate representation of color #25579B: hue angle of 214.58º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25579B is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 87 155 -
CMYK 0.76 0.44 0 0.39
HSL 214.58º 0.61% 0.38% -
HSV(B) 214.58º 0.76% 0.61% -
XYZ 10.09 9.58 32.33 -
YUV 79.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 37 87 155 0.76 0.44 0 0.39 214.58 0.61 0.38
Hex 25 57 9B 4C 2C 0 27 D7 3D 26
Octal 45 127 233 114 54 0 47 327 75 46
Binary 100101 1010111 10011011 1001100 101100 0 100111 11010111 111101 100110

Color Harmonies of #25579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25579B

Black with #25579B

Text Example


Text Example

White with #25579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,87,155); }

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

background-color css

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

 a { background-color: rgb(37,87,155); }

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

border-color css

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

 span { border-color: rgb(37,87,155); }

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