Html Css Color HEX #26518D Endeavour

📋 copy color: '#26518D'

red 38 ◦ green 81 ◦ blue 141

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

Shades of Endeavour #26518D

Tints of Endeavour #26518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 14.62%
G = 31.15%
B = 54.23%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26518D (or 0x26518D) is known color: Endeavour. HEX triplet: 26, 51 and 8D. RGB value is (38,81,141). Sum of RGB (Red+Green+Blue) = 38+81+141=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #26518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518D is #D9AE72. Grayscale: #4A4A4A. Windows color (decimal): -14265971 or 9261350. OLE color: 9261350.

HSL color Cylindrical-coordinate representation of color #26518D: hue angle of 214.95º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26518D is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 81 141 -
CMYK 0.73 0.43 0 0.45
HSL 214.95º 0.58% 0.35% -
HSV(B) 214.95º 0.73% 0.55% -
XYZ 8.55 8.22 26.34 -
YUV 74.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 38 81 141 0.73 0.43 0 0.45 214.95 0.58 0.35
Hex 26 51 8D 49 2B 0 2D D7 3A 23
Octal 46 121 215 111 53 0 55 327 72 43
Binary 100110 1010001 10001101 1001001 101011 0 101101 11010111 111010 100011

Color Harmonies of #26518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26518D

Black with #26518D

Text Example


Text Example

White with #26518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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