Html Css Color HEX #25519C Endeavour

📋 copy color: '#25519C'

red 37 ◦ green 81 ◦ blue 156

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

Shades of Endeavour #25519C

Tints of Endeavour #25519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 13.5%
G = 29.56%
B = 56.93%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25519C (or 0x25519C) is known color: Endeavour. HEX triplet: 25, 51 and 9C. RGB value is (37,81,156). Sum of RGB (Red+Green+Blue) = 37+81+156=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #25519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25519C is #DAAE63. Grayscale: #4C4C4C. Windows color (decimal): -14331492 or 10244389. OLE color: 10244389.

HSL color Cylindrical-coordinate representation of color #25519C: hue angle of 217.82º degrees, saturation: 0.62, 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 #25519C is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 81 156 -
CMYK 0.76 0.48 0 0.39
HSL 217.82º 0.62% 0.38% -
HSV(B) 217.82º 0.76% 0.61% -
XYZ 9.71 8.68 32.62 -
YUV 76.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 37 81 156 0.76 0.48 0 0.39 217.82 0.62 0.38
Hex 25 51 9C 4C 30 0 27 DA 3E 26
Octal 45 121 234 114 60 0 47 332 76 46
Binary 100101 1010001 10011100 1001100 110000 0 100111 11011010 111110 100110

Color Harmonies of #25519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25519C

Black with #25519C

Text Example


Text Example

White with #25519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25519C;
 }
 .AnyTagClassName
 {
   color: #25519C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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