Html Css Color HEX #265A8D Endeavour

📋 copy color: '#265A8D'

red 38 ◦ green 90 ◦ blue 141

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

Shades of Endeavour #265A8D

Tints of Endeavour #265A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 14.13%
G = 33.46%
B = 52.42%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#265A8D (or 0x265A8D) is known color: Endeavour. HEX triplet: 26, 5A and 8D. RGB value is (38,90,141). Sum of RGB (Red+Green+Blue) = 38+90+141=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #265A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A8D is #D9A572. Grayscale: #505050. Windows color (decimal): -14263667 or 9263654. OLE color: 9263654.

HSL color Cylindrical-coordinate representation of color #265A8D: hue angle of 209.71º degrees, saturation: 0.58, 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 #265A8D is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 90 141 -
CMYK 0.73 0.36 0 0.45
HSL 209.71º 0.58% 0.35% -
HSV(B) 209.71º 0.73% 0.55% -
XYZ 9.26 9.65 26.57 -
YUV 80.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 38 90 141 0.73 0.36 0 0.45 209.71 0.58 0.35
Hex 26 5A 8D 49 24 0 2D D2 3A 23
Octal 46 132 215 111 44 0 55 322 72 43
Binary 100110 1011010 10001101 1001001 100100 0 101101 11010010 111010 100011

Color Harmonies of #265A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A8D

Black with #265A8D

Text Example


Text Example

White with #265A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A8D; }

 p { color: rgb(38,90,141); }

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

background-color css

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

 a { background-color: rgb(38,90,141); }

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

border-color css

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

 span { border-color: rgb(38,90,141); }

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