Html Css Color HEX #26519B Endeavour

📋 copy color: '#26519B'

red 38 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #26519B

Tints of Endeavour #26519B

RGB

 RED value IS 38 (15.23% from 255) = 13.87%

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

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

R = 13.87%
G = 29.56%
B = 56.57%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26519B (or 0x26519B) is known color: Endeavour. HEX triplet: 26, 51 and 9B. RGB value is (38,81,155). Sum of RGB (Red+Green+Blue) = 38+81+155=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #26519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26519B is #D9AE64. Grayscale: #4C4C4C. Windows color (decimal): -14265957 or 10178854. OLE color: 10178854.

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

Color convert

RGB 38 81 155 -
CMYK 0.75 0.48 0 0.39
HSL 217.95º 0.61% 0.38% -
HSV(B) 217.95º 0.75% 0.61% -
XYZ 9.66 8.66 32.17 -
YUV 76.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 38 81 155 0.75 0.48 0 0.39 217.95 0.61 0.38
Hex 26 51 9B 4B 30 0 27 DA 3D 26
Octal 46 121 233 113 60 0 47 332 75 46
Binary 100110 1010001 10011011 1001011 110000 0 100111 11011010 111101 100110

Color Harmonies of #26519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26519B

Black with #26519B

Text Example


Text Example

White with #26519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,81,155); }

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

background-color css

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

 a { background-color: rgb(38,81,155); }

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

border-color css

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

 span { border-color: rgb(38,81,155); }

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