Html Css Color HEX #26518C Endeavour

📋 copy color: '#26518C'

red 38 ◦ green 81 ◦ blue 140

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

Shades of Endeavour #26518C

Tints of Endeavour #26518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.05%

R = 14.67%
G = 31.27%
B = 54.05%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26518C (or 0x26518C) is known color: Endeavour. HEX triplet: 26, 51 and 8C. RGB value is (38,81,140). Sum of RGB (Red+Green+Blue) = 38+81+140=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #26518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26518C is #D9AE73. Grayscale: #4A4A4A. Windows color (decimal): -14265972 or 9195814. OLE color: 9195814.

HSL color Cylindrical-coordinate representation of color #26518C: hue angle of 214.71º degrees, saturation: 0.57, 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 #26518C is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 81 140 -
CMYK 0.73 0.42 0 0.45
HSL 214.71º 0.57% 0.35% -
HSV(B) 214.71º 0.73% 0.55% -
XYZ 8.48 8.19 25.95 -
YUV 74.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 38 81 140 0.73 0.42 0 0.45 214.71 0.57 0.35
Hex 26 51 8C 49 2A 0 2D D7 39 23
Octal 46 121 214 111 52 0 55 327 71 43
Binary 100110 1010001 10001100 1001001 101010 0 101101 11010111 111001 100011

Color Harmonies of #26518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26518C

Black with #26518C

Text Example


Text Example

White with #26518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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