Html Css Color HEX #26608B Endeavour

📋 copy color: '#26608B'

red 38 ◦ green 96 ◦ blue 139

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

Shades of Endeavour #26608B

Tints of Endeavour #26608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 13.92%
G = 35.16%
B = 50.92%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26608B (or 0x26608B) is known color: Endeavour. HEX triplet: 26, 60 and 8B. RGB value is (38,96,139). Sum of RGB (Red+Green+Blue) = 38+96+139=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #26608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26608B is #D99F74. Grayscale: #535353. Windows color (decimal): -14262133 or 9134118. OLE color: 9134118.

HSL color Cylindrical-coordinate representation of color #26608B: hue angle of 205.54º degrees, saturation: 0.57, 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 #26608B is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 96 139 -
CMYK 0.73 0.31 0 0.45
HSL 205.54º 0.57% 0.35% -
HSV(B) 205.54º 0.73% 0.55% -
XYZ 9.64 10.64 25.97 -
YUV 83.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 38 96 139 0.73 0.31 0 0.45 205.54 0.57 0.35
Hex 26 60 8B 49 1F 0 2D CE 39 23
Octal 46 140 213 111 37 0 55 316 71 43
Binary 100110 1100000 10001011 1001001 11111 0 101101 11001110 111001 100011

Color Harmonies of #26608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26608B

Black with #26608B

Text Example


Text Example

White with #26608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,96,139); }

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

background-color css

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

 a { background-color: rgb(38,96,139); }

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

border-color css

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

 span { border-color: rgb(38,96,139); }

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