Html Css Color HEX #105797 Endeavour

📋 copy color: '#105797'

red 16 ◦ green 87 ◦ blue 151

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

Shades of Endeavour #105797

Tints of Endeavour #105797

RGB

 RED value IS 16 (6.64% from 255) = 6.3%

 GREEN value IS 87 (34.38% from 255) = 34.25%

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 6.3%
G = 34.25%
B = 59.45%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#105797 (or 0x105797) is known color: Endeavour. HEX triplet: 10, 57 and 97. RGB value is (16,87,151). Sum of RGB (Red+Green+Blue) = 16+87+151=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #105797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105797 is #EFA868. Grayscale: #484848. Windows color (decimal): -15706217 or 9918224. OLE color: 9918224.

HSL color Cylindrical-coordinate representation of color #105797: hue angle of 208.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105797 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 87 151 -
CMYK 0.89 0.42 0 0.41
HSL 208.44º 0.81% 0.33% -
HSV(B) 208.44º 0.89% 0.59% -
XYZ 9.21 9.16 30.56 -
YUV 73.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 16 87 151 0.89 0.42 0 0.41 208.44 0.81 0.33
Hex 10 57 97 59 2A 0 29 D0 51 21
Octal 20 127 227 131 52 0 51 320 121 41
Binary 10000 1010111 10010111 1011001 101010 0 101001 11010000 1010001 100001

Color Harmonies of #105797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105797

Black with #105797

Text Example


Text Example

White with #105797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105797; }

 p { color: rgb(16,87,151); }

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

background-color css

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

 a { background-color: rgb(16,87,151); }

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

border-color css

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

 span { border-color: rgb(16,87,151); }

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