Html Css Color HEX #105993 Endeavour

📋 copy color: '#105993'

red 16 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #105993

Tints of Endeavour #105993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.32%

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

R = 6.35%
G = 35.32%
B = 58.33%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105993 (or 0x105993) is known color: Endeavour. HEX triplet: 10, 59 and 93. RGB value is (16,89,147). Sum of RGB (Red+Green+Blue) = 16+89+147=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #105993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105993 is #EFA66C. Grayscale: #494949. Windows color (decimal): -15705709 or 9656592. OLE color: 9656592.

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

Color convert

RGB 16 89 147 -
CMYK 0.89 0.39 0 0.42
HSL 206.56º 0.8% 0.32% -
HSV(B) 206.56º 0.89% 0.58% -
XYZ 9.05 9.36 28.93 -
YUV 73.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 16 89 147 0.89 0.39 0 0.42 206.56 0.8 0.32
Hex 10 59 93 59 27 0 2A CF 50 20
Octal 20 131 223 131 47 0 52 317 120 40
Binary 10000 1011001 10010011 1011001 100111 0 101010 11001111 1010000 100000

Color Harmonies of #105993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105993

Black with #105993

Text Example


Text Example

White with #105993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105993; }

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

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

background-color css

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

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

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

border-color css

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

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

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