Html Css Color HEX #26509E Endeavour

📋 copy color: '#26509E'

red 38 ◦ green 80 ◦ blue 158

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

Shades of Endeavour #26509E

Tints of Endeavour #26509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 13.77%
G = 28.99%
B = 57.25%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26509E (or 0x26509E) is known color: Endeavour. HEX triplet: 26, 50 and 9E. RGB value is (38,80,158). Sum of RGB (Red+Green+Blue) = 38+80+158=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #26509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26509E is #D9AF61. Grayscale: #4B4B4B. Windows color (decimal): -14266210 or 10375206. OLE color: 10375206.

HSL color Cylindrical-coordinate representation of color #26509E: hue angle of 219º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26509E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 80 158 -
CMYK 0.76 0.49 0 0.38
HSL 219º 0.61% 0.38% -
HSV(B) 219º 0.76% 0.62% -
XYZ 9.84 8.62 33.49 -
YUV 76.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 38 80 158 0.76 0.49 0 0.38 219 0.61 0.38
Hex 26 50 9E 4C 31 0 26 DB 3D 26
Octal 46 120 236 114 61 0 46 333 75 46
Binary 100110 1010000 10011110 1001100 110001 0 100110 11011011 111101 100110

Color Harmonies of #26509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26509E

Black with #26509E

Text Example


Text Example

White with #26509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26509E; }

 p { color: rgb(38,80,158); }

 H1.HeaderClassName
 {
   color: #26509E;
 }
 .AnyTagClassName
 {
   color: #26509E;
 }
</style>

background-color css

<style>
 a { background-color: #26509E; }

 a { background-color: rgb(38,80,158); }

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

border-color css

<style>
 span { border-color: #26509E; }

 span { border-color: rgb(38,80,158); }

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