Html Css Color HEX #106499 Endeavour

📋 copy color: '#106499'

red 16 ◦ green 100 ◦ blue 153

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

Shades of Endeavour #106499

Tints of Endeavour #106499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 5.95%
G = 37.17%
B = 56.88%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#106499 (or 0x106499) is known color: Endeavour. HEX triplet: 10, 64 and 99. RGB value is (16,100,153). Sum of RGB (Red+Green+Blue) = 16+100+153=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #106499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106499 is #EF9B66. Grayscale: #505050. Windows color (decimal): -15702887 or 10052624. OLE color: 10052624.

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

Color convert

RGB 16 100 153 -
CMYK 0.90 0.35 0 0.4
HSL 203.21º 0.81% 0.33% -
HSV(B) 203.21º 0.9% 0.6% -
XYZ 10.52 11.52 31.81 -
YUV 80.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 16 100 153 0.90 0.35 0 0.4 203.21 0.81 0.33
Hex 10 64 99 5A 23 0 28 CB 51 21
Octal 20 144 231 132 43 0 50 313 121 41
Binary 10000 1100100 10011001 1011010 100011 0 101000 11001011 1010001 100001

Color Harmonies of #106499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106499

Black with #106499

Text Example


Text Example

White with #106499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106499; }

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

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

background-color css

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

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

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

border-color css

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

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

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