Html Css Color HEX #26579B Endeavour

📋 copy color: '#26579B'

red 38 ◦ green 87 ◦ blue 155

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

Shades of Endeavour #26579B

Tints of Endeavour #26579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 13.57%
G = 31.07%
B = 55.36%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26579B (or 0x26579B) is known color: Endeavour. HEX triplet: 26, 57 and 9B. RGB value is (38,87,155). Sum of RGB (Red+Green+Blue) = 38+87+155=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #26579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26579B is #D9A864. Grayscale: #4F4F4F. Windows color (decimal): -14264421 or 10180390. OLE color: 10180390.

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

Color convert

RGB 38 87 155 -
CMYK 0.75 0.44 0 0.39
HSL 214.87º 0.61% 0.38% -
HSV(B) 214.87º 0.75% 0.61% -
XYZ 10.12 9.6 32.33 -
YUV 80.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 38 87 155 0.75 0.44 0 0.39 214.87 0.61 0.38
Hex 26 57 9B 4B 2C 0 27 D7 3D 26
Octal 46 127 233 113 54 0 47 327 75 46
Binary 100110 1010111 10011011 1001011 101100 0 100111 11010111 111101 100110

Color Harmonies of #26579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26579B

Black with #26579B

Text Example


Text Example

White with #26579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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