Html Css Color HEX #265193 Endeavour

📋 copy color: '#265193'

red 38 ◦ green 81 ◦ blue 147

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

Shades of Endeavour #265193

Tints of Endeavour #265193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 14.29%
G = 30.45%
B = 55.26%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#265193 (or 0x265193) is known color: Endeavour. HEX triplet: 26, 51 and 93. RGB value is (38,81,147). Sum of RGB (Red+Green+Blue) = 38+81+147=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #265193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265193 is #D9AE6C. Grayscale: #4B4B4B. Windows color (decimal): -14265965 or 9654566. OLE color: 9654566.

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

Color convert

RGB 38 81 147 -
CMYK 0.74 0.45 0 0.42
HSL 216.33º 0.59% 0.36% -
HSV(B) 216.33º 0.74% 0.58% -
XYZ 9.01 8.4 28.75 -
YUV 75.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 38 81 147 0.74 0.45 0 0.42 216.33 0.59 0.36
Hex 26 51 93 4A 2D 0 2A D8 3B 24
Octal 46 121 223 112 55 0 52 330 73 44
Binary 100110 1010001 10010011 1001010 101101 0 101010 11011000 111011 100100

Color Harmonies of #265193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265193

Black with #265193

Text Example


Text Example

White with #265193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265193; }

 p { color: rgb(38,81,147); }

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

background-color css

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

 a { background-color: rgb(38,81,147); }

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

border-color css

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

 span { border-color: rgb(38,81,147); }

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