Html Css Color HEX #25509F Endeavour

📋 copy color: '#25509F'

red 37 ◦ green 80 ◦ blue 159

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

Shades of Endeavour #25509F

Tints of Endeavour #25509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 13.41%
G = 28.99%
B = 57.61%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25509F (or 0x25509F) is known color: Endeavour. HEX triplet: 25, 50 and 9F. RGB value is (37,80,159). Sum of RGB (Red+Green+Blue) = 37+80+159=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #25509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25509F is #DAAF60. Grayscale: #4B4B4B. Windows color (decimal): -14331745 or 10440741. OLE color: 10440741.

HSL color Cylindrical-coordinate representation of color #25509F: hue angle of 218.85º 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 #25509F is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 80 159 -
CMYK 0.77 0.50 0 0.38
HSL 218.85º 0.62% 0.38% -
HSV(B) 218.85º 0.77% 0.62% -
XYZ 9.89 8.63 33.95 -
YUV 76.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 37 80 159 0.77 0.50 0 0.38 218.85 0.62 0.38
Hex 25 50 9F 4D 32 0 26 DB 3E 26
Octal 45 120 237 115 62 0 46 333 76 46
Binary 100101 1010000 10011111 1001101 110010 0 100110 11011011 111110 100110

Color Harmonies of #25509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25509F

Black with #25509F

Text Example


Text Example

White with #25509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,80,159); }

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

background-color css

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

 a { background-color: rgb(37,80,159); }

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

border-color css

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

 span { border-color: rgb(37,80,159); }

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