Html Css Color HEX #26579D Endeavour

📋 copy color: '#26579D'

red 38 ◦ green 87 ◦ blue 157

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

Shades of Endeavour #26579D

Tints of Endeavour #26579D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 13.48%
G = 30.85%
B = 55.67%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26579D (or 0x26579D) is known color: Endeavour. HEX triplet: 26, 57 and 9D. RGB value is (38,87,157). Sum of RGB (Red+Green+Blue) = 38+87+157=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #26579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26579D is #D9A862. Grayscale: #505050. Windows color (decimal): -14264419 or 10311462. OLE color: 10311462.

HSL color Cylindrical-coordinate representation of color #26579D: hue angle of 215.29º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26579D is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 87 157 -
CMYK 0.76 0.45 0 0.38
HSL 215.29º 0.61% 0.38% -
HSV(B) 215.29º 0.76% 0.62% -
XYZ 10.29 9.66 33.22 -
YUV 80.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 38 87 157 0.76 0.45 0 0.38 215.29 0.61 0.38
Hex 26 57 9D 4C 2D 0 26 D7 3D 26
Octal 46 127 235 114 55 0 46 327 75 46
Binary 100110 1010111 10011101 1001100 101101 0 100110 11010111 111101 100110

Color Harmonies of #26579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26579D

Black with #26579D

Text Example


Text Example

White with #26579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,87,157); }

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

background-color css

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

 a { background-color: rgb(38,87,157); }

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

border-color css

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

 span { border-color: rgb(38,87,157); }

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