Html Css Color HEX #26618B Endeavour

📋 copy color: '#26618B'

red 38 ◦ green 97 ◦ blue 139

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

Shades of Endeavour #26618B

Tints of Endeavour #26618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 13.87%
G = 35.4%
B = 50.73%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26618B (or 0x26618B) is known color: Endeavour. HEX triplet: 26, 61 and 8B. RGB value is (38,97,139). Sum of RGB (Red+Green+Blue) = 38+97+139=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #26618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26618B is #D99E74. Grayscale: #535353. Windows color (decimal): -14261877 or 9134374. OLE color: 9134374.

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

Color convert

RGB 38 97 139 -
CMYK 0.73 0.30 0 0.45
HSL 204.95º 0.57% 0.35% -
HSV(B) 204.95º 0.73% 0.55% -
XYZ 9.73 10.83 26 -
YUV 84.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 38 97 139 0.73 0.30 0 0.45 204.95 0.57 0.35
Hex 26 61 8B 49 1E 0 2D CD 39 23
Octal 46 141 213 111 36 0 55 315 71 43
Binary 100110 1100001 10001011 1001001 11110 0 101101 11001101 111001 100011

Color Harmonies of #26618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26618B

Black with #26618B

Text Example


Text Example

White with #26618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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