Html Css Color HEX #26598E Endeavour

📋 copy color: '#26598E'

red 38 ◦ green 89 ◦ blue 142

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

Shades of Endeavour #26598E

Tints of Endeavour #26598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 14.13%
G = 33.09%
B = 52.79%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#26598E (or 0x26598E) is known color: Endeavour. HEX triplet: 26, 59 and 8E. RGB value is (38,89,142). Sum of RGB (Red+Green+Blue) = 38+89+142=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #26598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26598E is #D9A671. Grayscale: #4F4F4F. Windows color (decimal): -14263922 or 9328934. OLE color: 9328934.

HSL color Cylindrical-coordinate representation of color #26598E: hue angle of 210.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26598E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 89 142 -
CMYK 0.73 0.37 0 0.44
HSL 210.58º 0.58% 0.35% -
HSV(B) 210.58º 0.73% 0.56% -
XYZ 9.25 9.51 26.94 -
YUV 79.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 38 89 142 0.73 0.37 0 0.44 210.58 0.58 0.35
Hex 26 59 8E 49 25 0 2C D3 3A 23
Octal 46 131 216 111 45 0 54 323 72 43
Binary 100110 1011001 10001110 1001001 100101 0 101100 11010011 111010 100011

Color Harmonies of #26598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26598E

Black with #26598E

Text Example


Text Example

White with #26598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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