Html Css Color HEX #105794 Endeavour

📋 copy color: '#105794'

red 16 ◦ green 87 ◦ blue 148

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

Shades of Endeavour #105794

Tints of Endeavour #105794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 6.37%
G = 34.66%
B = 58.96%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105794 (or 0x105794) is known color: Endeavour. HEX triplet: 10, 57 and 94. RGB value is (16,87,148). Sum of RGB (Red+Green+Blue) = 16+87+148=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #105794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105794 is #EFA86B. Grayscale: #484848. Windows color (decimal): -15706220 or 9721616. OLE color: 9721616.

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

Color convert

RGB 16 87 148 -
CMYK 0.89 0.41 0 0.42
HSL 207.73º 0.8% 0.32% -
HSV(B) 207.73º 0.89% 0.58% -
XYZ 8.97 9.06 29.29 -
YUV 72.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 16 87 148 0.89 0.41 0 0.42 207.73 0.8 0.32
Hex 10 57 94 59 29 0 2A D0 50 20
Octal 20 127 224 131 51 0 52 320 120 40
Binary 10000 1010111 10010100 1011001 101001 0 101010 11010000 1010000 100000

Color Harmonies of #105794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105794

Black with #105794

Text Example


Text Example

White with #105794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105794; }

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

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

background-color css

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

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

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

border-color css

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

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

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