Html Css Color HEX #105899 Endeavour

📋 copy color: '#105899'

red 16 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #105899

Tints of Endeavour #105899

RGB

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

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

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

R = 6.23%
G = 34.24%
B = 59.53%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#105899 (or 0x105899) is known color: Endeavour. HEX triplet: 10, 58 and 99. RGB value is (16,88,153). Sum of RGB (Red+Green+Blue) = 16+88+153=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #105899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105899 is #EFA766. Grayscale: #494949. Windows color (decimal): -15705959 or 10049552. OLE color: 10049552.

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

Color convert

RGB 16 88 153 -
CMYK 0.90 0.42 0 0.4
HSL 208.47º 0.81% 0.33% -
HSV(B) 208.47º 0.9% 0.6% -
XYZ 9.45 9.39 31.45 -
YUV 73.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 16 88 153 0.90 0.42 0 0.4 208.47 0.81 0.33
Hex 10 58 99 5A 2A 0 28 D0 51 21
Octal 20 130 231 132 52 0 50 320 121 41
Binary 10000 1011000 10011001 1011010 101010 0 101000 11010000 1010001 100001

Color Harmonies of #105899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105899

Black with #105899

Text Example


Text Example

White with #105899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105899; }

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

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

background-color css

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

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

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

border-color css

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

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

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