Html Css Color HEX #25599B Endeavour

📋 copy color: '#25599B'

red 37 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #25599B

Tints of Endeavour #25599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 13.17%
G = 31.67%
B = 55.16%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25599B (or 0x25599B) is known color: Endeavour. HEX triplet: 25, 59 and 9B. RGB value is (37,89,155). Sum of RGB (Red+Green+Blue) = 37+89+155=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #25599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25599B is #DAA664. Grayscale: #505050. Windows color (decimal): -14329445 or 10180901. OLE color: 10180901.

HSL color Cylindrical-coordinate representation of color #25599B: hue angle of 213.56º 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 #25599B is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 89 155 -
CMYK 0.76 0.43 0 0.39
HSL 213.56º 0.61% 0.38% -
HSV(B) 213.56º 0.76% 0.61% -
XYZ 10.25 9.9 32.38 -
YUV 80.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 37 89 155 0.76 0.43 0 0.39 213.56 0.61 0.38
Hex 25 59 9B 4C 2B 0 27 D6 3D 26
Octal 45 131 233 114 53 0 47 326 75 46
Binary 100101 1011001 10011011 1001100 101011 0 100111 11010110 111101 100110

Color Harmonies of #25599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25599B

Black with #25599B

Text Example


Text Example

White with #25599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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