Html Css Color HEX #266095 Endeavour

📋 copy color: '#266095'

red 38 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #266095

Tints of Endeavour #266095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 13.43%
G = 33.92%
B = 52.65%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266095 (or 0x266095) is known color: Endeavour. HEX triplet: 26, 60 and 95. RGB value is (38,96,149). Sum of RGB (Red+Green+Blue) = 38+96+149=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #266095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266095 is #D99F6A. Grayscale: #545454. Windows color (decimal): -14262123 or 9789478. OLE color: 9789478.

HSL color Cylindrical-coordinate representation of color #266095: hue angle of 208.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266095 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 96 149 -
CMYK 0.74 0.36 0 0.42
HSL 208.65º 0.59% 0.37% -
HSV(B) 208.65º 0.74% 0.58% -
XYZ 10.41 10.95 30 -
YUV 84.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 38 96 149 0.74 0.36 0 0.42 208.65 0.59 0.37
Hex 26 60 95 4A 24 0 2A D1 3B 25
Octal 46 140 225 112 44 0 52 321 73 45
Binary 100110 1100000 10010101 1001010 100100 0 101010 11010001 111011 100101

Color Harmonies of #266095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266095

Black with #266095

Text Example


Text Example

White with #266095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266095; }

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

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

background-color css

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

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

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

border-color css

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

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

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