Html Css Color HEX #26599C Endeavour

📋 copy color: '#26599C'

red 38 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #26599C

Tints of Endeavour #26599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 156 (61.33% from 255) = 55.12%

R = 13.43%
G = 31.45%
B = 55.12%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26599C (or 0x26599C) is known color: Endeavour. HEX triplet: 26, 59 and 9C. RGB value is (38,89,156). Sum of RGB (Red+Green+Blue) = 38+89+156=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #26599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26599C is #D9A663. Grayscale: #515151. Windows color (decimal): -14263908 or 10246438. OLE color: 10246438.

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

Color convert

RGB 38 89 156 -
CMYK 0.76 0.43 0 0.39
HSL 214.07º 0.61% 0.38% -
HSV(B) 214.07º 0.76% 0.61% -
XYZ 10.37 9.96 32.83 -
YUV 81.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 38 89 156 0.76 0.43 0 0.39 214.07 0.61 0.38
Hex 26 59 9C 4C 2B 0 27 D6 3D 26
Octal 46 131 234 114 53 0 47 326 75 46
Binary 100110 1011001 10011100 1001100 101011 0 100111 11010110 111101 100110

Color Harmonies of #26599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26599C

Black with #26599C

Text Example


Text Example

White with #26599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26599C; }

 p { color: rgb(38,89,156); }

 H1.HeaderClassName
 {
   color: #26599C;
 }
 .AnyTagClassName
 {
   color: #26599C;
 }
</style>

background-color css

<style>
 a { background-color: #26599C; }

 a { background-color: rgb(38,89,156); }

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

border-color css

<style>
 span { border-color: #26599C; }

 span { border-color: rgb(38,89,156); }

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