Html Css Color HEX #105D99 Endeavour

📋 copy color: '#105D99'

red 16 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #105D99

Tints of Endeavour #105D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 6.11%
G = 35.5%
B = 58.4%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#105D99 (or 0x105D99) is known color: Endeavour. HEX triplet: 10, 5D and 99. RGB value is (16,93,153). Sum of RGB (Red+Green+Blue) = 16+93+153=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #105D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105D99 is #EFA266. Grayscale: #4C4C4C. Windows color (decimal): -15704679 or 10050832. OLE color: 10050832.

HSL color Cylindrical-coordinate representation of color #105D99: hue angle of 206.28º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105D99 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 93 153 -
CMYK 0.90 0.39 0 0.4
HSL 206.28º 0.81% 0.33% -
HSV(B) 206.28º 0.9% 0.6% -
XYZ 9.88 10.24 31.59 -
YUV 76.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 16 93 153 0.90 0.39 0 0.4 206.28 0.81 0.33
Hex 10 5D 99 5A 27 0 28 CE 51 21
Octal 20 135 231 132 47 0 50 316 121 41
Binary 10000 1011101 10011001 1011010 100111 0 101000 11001110 1010001 100001

Color Harmonies of #105D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105D99

Black with #105D99

Text Example


Text Example

White with #105D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105D99; }

 p { color: rgb(16,93,153); }

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

background-color css

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

 a { background-color: rgb(16,93,153); }

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

border-color css

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

 span { border-color: rgb(16,93,153); }

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