Html Css Color HEX #105893 Endeavour

📋 copy color: '#105893'

red 16 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #105893

Tints of Endeavour #105893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

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

R = 6.37%
G = 35.06%
B = 58.57%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105893 (or 0x105893) is known color: Endeavour. HEX triplet: 10, 58 and 93. RGB value is (16,88,147). Sum of RGB (Red+Green+Blue) = 16+88+147=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #105893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105893 is #EFA76C. Grayscale: #484848. Windows color (decimal): -15705965 or 9656336. OLE color: 9656336.

HSL color Cylindrical-coordinate representation of color #105893: hue angle of 207.02º 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 #105893 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 88 147 -
CMYK 0.89 0.40 0 0.42
HSL 207.02º 0.8% 0.32% -
HSV(B) 207.02º 0.89% 0.58% -
XYZ 8.97 9.2 28.91 -
YUV 73.2 169.65 87.2 -
System Red Green Blue C M Y K H S L
Decimal 16 88 147 0.89 0.40 0 0.42 207.02 0.8 0.32
Hex 10 58 93 59 28 0 2A CF 50 20
Octal 20 130 223 131 50 0 52 317 120 40
Binary 10000 1011000 10010011 1011001 101000 0 101010 11001111 1010000 100000

Color Harmonies of #105893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105893

Black with #105893

Text Example


Text Example

White with #105893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105893; }

 p { color: rgb(16,88,147); }

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

background-color css

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

 a { background-color: rgb(16,88,147); }

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

border-color css

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

 span { border-color: rgb(16,88,147); }

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