Html Css Color HEX #265999 Endeavour

📋 copy color: '#265999'

red 38 ◦ green 89 ◦ blue 153

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

Shades of Endeavour #265999

Tints of Endeavour #265999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 13.57%
G = 31.79%
B = 54.64%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#265999 (or 0x265999) is known color: Endeavour. HEX triplet: 26, 59 and 99. RGB value is (38,89,153). Sum of RGB (Red+Green+Blue) = 38+89+153=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #265999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265999 is #D9A666. Grayscale: #505050. Windows color (decimal): -14263911 or 10049830. OLE color: 10049830.

HSL color Cylindrical-coordinate representation of color #265999: hue angle of 213.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265999 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 89 153 -
CMYK 0.75 0.42 0 0.4
HSL 213.39º 0.6% 0.37% -
HSV(B) 213.39º 0.75% 0.6% -
XYZ 10.12 9.86 31.51 -
YUV 81.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 38 89 153 0.75 0.42 0 0.4 213.39 0.6 0.37
Hex 26 59 99 4B 2A 0 28 D5 3C 25
Octal 46 131 231 113 52 0 50 325 74 45
Binary 100110 1011001 10011001 1001011 101010 0 101000 11010101 111100 100101

Color Harmonies of #265999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265999

Black with #265999

Text Example


Text Example

White with #265999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265999; }

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

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

background-color css

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

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

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

border-color css

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

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

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