Html Css Color HEX #26518A Endeavour

📋 copy color: '#26518A'

red 38 ◦ green 81 ◦ blue 138

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

Shades of Endeavour #26518A

Tints of Endeavour #26518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 14.79%
G = 31.52%
B = 53.7%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#26518A (or 0x26518A) is known color: Endeavour. HEX triplet: 26, 51 and 8A. RGB value is (38,81,138). Sum of RGB (Red+Green+Blue) = 38+81+138=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #26518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518A is #D9AE75. Grayscale: #4A4A4A. Windows color (decimal): -14265974 or 9064742. OLE color: 9064742.

HSL color Cylindrical-coordinate representation of color #26518A: hue angle of 214.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26518A is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 81 138 -
CMYK 0.72 0.41 0 0.46
HSL 214.2º 0.57% 0.35% -
HSV(B) 214.2º 0.72% 0.54% -
XYZ 8.33 8.13 25.18 -
YUV 74.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 38 81 138 0.72 0.41 0 0.46 214.2 0.57 0.35
Hex 26 51 8A 48 29 0 2E D6 39 23
Octal 46 121 212 110 51 0 56 326 71 43
Binary 100110 1010001 10001010 1001000 101001 0 101110 11010110 111001 100011

Color Harmonies of #26518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26518A

Black with #26518A

Text Example


Text Example

White with #26518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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