Html Css Color HEX #26668B Endeavour

📋 copy color: '#26668B'

red 38 ◦ green 102 ◦ blue 139

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

Shades of Endeavour #26668B

Tints of Endeavour #26668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 13.62%
G = 36.56%
B = 49.82%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26668B (or 0x26668B) is known color: Endeavour. HEX triplet: 26, 66 and 8B. RGB value is (38,102,139). Sum of RGB (Red+Green+Blue) = 38+102+139=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #26668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26668B is #D99974. Grayscale: #565656. Windows color (decimal): -14260597 or 9135654. OLE color: 9135654.

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

Color convert

RGB 38 102 139 -
CMYK 0.73 0.27 0 0.45
HSL 201.98º 0.57% 0.35% -
HSV(B) 201.98º 0.73% 0.55% -
XYZ 10.21 11.78 26.16 -
YUV 87.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 38 102 139 0.73 0.27 0 0.45 201.98 0.57 0.35
Hex 26 66 8B 49 1B 0 2D CA 39 23
Octal 46 146 213 111 33 0 55 312 71 43
Binary 100110 1100110 10001011 1001001 11011 0 101101 11001010 111001 100011

Color Harmonies of #26668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26668B

Black with #26668B

Text Example


Text Example

White with #26668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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