Html Css Color HEX #26519A Endeavour

📋 copy color: '#26519A'

red 38 ◦ green 81 ◦ blue 154

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

Shades of Endeavour #26519A

Tints of Endeavour #26519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.41%

R = 13.92%
G = 29.67%
B = 56.41%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#26519A (or 0x26519A) is known color: Endeavour. HEX triplet: 26, 51 and 9A. RGB value is (38,81,154). Sum of RGB (Red+Green+Blue) = 38+81+154=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #26519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26519A is #D9AE65. Grayscale: #4C4C4C. Windows color (decimal): -14265958 or 10113318. OLE color: 10113318.

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

Color convert

RGB 38 81 154 -
CMYK 0.75 0.47 0 0.40
HSL 217.76º 0.6% 0.38% -
HSV(B) 217.76º 0.75% 0.6% -
XYZ 9.57 8.63 31.73 -
YUV 76.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 38 81 154 0.75 0.47 0 0.40 217.76 0.6 0.38
Hex 26 51 9A 4B 2F 0 28 DA 3C 26
Octal 46 121 232 113 57 0 50 332 74 46
Binary 100110 1010001 10011010 1001011 101111 0 101000 11011010 111100 100110

Color Harmonies of #26519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26519A

Black with #26519A

Text Example


Text Example

White with #26519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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