Html Css Color HEX #26529B Endeavour

📋 copy color: '#26529B'

red 38 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #26529B

Tints of Endeavour #26529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 13.82%
G = 29.82%
B = 56.36%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26529B (or 0x26529B) is known color: Endeavour. HEX triplet: 26, 52 and 9B. RGB value is (38,82,155). Sum of RGB (Red+Green+Blue) = 38+82+155=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #26529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529B is #D9AD64. Grayscale: #4C4C4C. Windows color (decimal): -14265701 or 10179110. OLE color: 10179110.

HSL color Cylindrical-coordinate representation of color #26529B: hue angle of 217.44º 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 #26529B is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 82 155 -
CMYK 0.75 0.47 0 0.39
HSL 217.44º 0.61% 0.38% -
HSV(B) 217.44º 0.75% 0.61% -
XYZ 9.73 8.81 32.2 -
YUV 77.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 38 82 155 0.75 0.47 0 0.39 217.44 0.61 0.38
Hex 26 52 9B 4B 2F 0 27 D9 3D 26
Octal 46 122 233 113 57 0 47 331 75 46
Binary 100110 1010010 10011011 1001011 101111 0 100111 11011001 111101 100110

Color Harmonies of #26529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26529B

Black with #26529B

Text Example


Text Example

White with #26529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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