Html Css Color HEX #26598D Endeavour

📋 copy color: '#26598D'

red 38 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #26598D

Tints of Endeavour #26598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

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

R = 14.18%
G = 33.21%
B = 52.61%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26598D (or 0x26598D) is known color: Endeavour. HEX triplet: 26, 59 and 8D. RGB value is (38,89,141). Sum of RGB (Red+Green+Blue) = 38+89+141=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #26598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26598D is #D9A672. Grayscale: #4F4F4F. Windows color (decimal): -14263923 or 9263398. OLE color: 9263398.

HSL color Cylindrical-coordinate representation of color #26598D: hue angle of 210.29º 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 #26598D is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 89 141 -
CMYK 0.73 0.37 0 0.45
HSL 210.29º 0.58% 0.35% -
HSV(B) 210.29º 0.73% 0.55% -
XYZ 9.18 9.48 26.55 -
YUV 79.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 38 89 141 0.73 0.37 0 0.45 210.29 0.58 0.35
Hex 26 59 8D 49 25 0 2D D2 3A 23
Octal 46 131 215 111 45 0 55 322 72 43
Binary 100110 1011001 10001101 1001001 100101 0 101101 11010010 111010 100011

Color Harmonies of #26598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26598D

Black with #26598D

Text Example


Text Example

White with #26598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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